layerchart@2.0.0-next.30
Patch Changes
- fix(AnnotationPoint): Do not propagate mouse/touch move/leave events to TooltipContext after switching from pointer events. Fixes #598 (#602)
Date instances (#586)applyLanes() array util to support densely packing timelines (#449)feat(TooltipContext): Support quadtree-x and quadtree-y modes. Resolves #525 (#578)
fix(AreaChart): Change default tooltip mode from bisect-x to quadtree-x (works with catagorical data and does not require data to be sorted) (#578)
fix(LineChart): Change default tooltip mode from bisect-x to quadtree-x (works with catagorical data and does not require data to be sorted) (#578)
fix(ScatterChart): Change default tooltip mode from voronoi to quadtree (#578)
fix: Support passing <*Chart tooltip={...}> to underlying TooltipContext (as types already indicate) (#576)
breaking(Legend): Rename classes.swatches to classes.item (#571)
fix(Legend): Improve / simplify responsive use cases with additional default classes (center, shrink, truncate) (#571)
fix(Axis): Correctly place multiline parts based on placement (#574)
fix(Axis|Text): Improve Text y placement using lineHeight/capHeight and remove explicit adjustments, aligning with Html rendering (#449)
0 coord). Fixes #568 (#569)