layerchart@2.0.0-next.32
Patch Changes
- fix(Points): Update
point.x/point.ybased onctx.radialto simplify children snippet usage (#611)
point.x / point.y based on ctx.radial to simplify children snippet usage (#611)feat(Chart): Add xInterval / yInterval for time scales usage with bar charts (#562)
feat(BarChart): Support time scale with xInterval / yInterval props (#562)
feat(TooltipContext): Support band mode with time scale (similar to band scale) (#562)
feat(ForceSimulation): Added onNodesChange callback to ForceSimulation (#607)
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)