-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(visualization) Visualization layout improvments
This commit - Adds start and end date text labels showing visible extent of the detail view - Adds an extent indicator to the detail view that shows the extent represented in the visualization view - Adds a visible indicator for which site is selected (on top of the visualization extent indicator) - Allows for site selection with a click/touch (as well as the pan/zoom actions that are set now) - Has converted the visualisation to SVG (from HTML and addded a crop) - Scales were added to the visualisation - Set the default scale of the distribution detail to render fully zoomed out - The distribution overview is disable-able. It is turned off my defaults. It being enabled or not is persitsed in the user's preferences - Various `console.debug` lines were disabled to improve peformance - Various cases of `that` being retermed `self` - cursor: pointer added to distribution detail - changed default values for min and max in tryUpdateDataVariables so Infinity will never be returned - added option in d3 vendor extensions to take the position argument in translate as a function
- Loading branch information
Showing
12 changed files
with
595 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.