-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new(xychart): refine TooltipContext + Tooltip functionality (#846)
* new(tooltip/useTooltipInPortal): allow detectBounds overrid in component * new(xychart/Tooltip): add working crosshairs + point * internal(demo/xychart/ChartBackground): use innerWidth/Height * new(xychart): working multi-datum toolips * new(xychart/Tooltip): add snapTooltipToDatumX/Y * new(xychart): add showMultipleCircles support, debounce hideTooltip * new(demo/xychart): add tooltip controls * internal(xychart): cleanup * internal(xychart): cleanup * internal(xychart): memoize coordinate getter * type(xychart/TooltipContext): remove svgPoint * fix(xychart/TooltipContext): infer Datum type * new(xychart): circle => glyph * test(xychart): add refined Tooltip, TooltipProvider tests (#852) * test(xychart): add more Tooltip tests * test(xychart): add more TooltipProvider tests
- Loading branch information
1 parent
c0eb0b2
commit 5cd287f
Showing
16 changed files
with
677 additions
and
107 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
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
Oops, something went wrong.