-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Interaction Features * Constrain pan/zoom to min/max domain values Adds `minDomainValue`/`maxDomainValue` properties to the PanZoomInteraction class that constrain the pan/zoom interaction to those domain values. * Making selection easier Adds `entitiesAt` method to _ALL_ plot types, deferring the best method for selecting entites based on a mouse click to each plot type. Also adds the index of the dataset to the `PlotEntity` object to determine which series was selected. * Add `onPanEnd` and `onZoomEnd` to the PanZoom interaction ## Infrastructure Updates * Upgrade to Typescript 2 * Use `@types` where supported * Move bower dependencies to npm * Upgrade TSLint to 3.15
- Loading branch information
1 parent
1883a83
commit db82c75
Showing
5 changed files
with
12 additions
and
12 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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.