Releases: techniq/layerchart
layerchart@2.0.0-next.30
layerchart@2.0.0-next.29
Patch Changes
- fix(Axis): Fix display of axis labels (#591)
layerchart@2.0.0-next.28
Patch Changes
- fix(Axis): Fix memory leak and improve performance when tick values are
Dateinstances (#586)
layerchart@2.0.0-next.27
layerchart@2.0.0-next.26
Patch Changes
- feat: Add
applyLanes()array util to support densely packing timelines (#449)
layerchart@2.0.0-next.25
Patch Changes
-
feat(TooltipContext): Support
quadtree-xandquadtree-ymodes. Resolves #525 (#578) -
fix(AreaChart): Change default tooltip mode from
bisect-xtoquadtree-x(works with catagorical data and does not require data to be sorted) (#578) -
fix(LineChart): Change default tooltip mode from
bisect-xtoquadtree-x(works with catagorical data and does not require data to be sorted) (#578) -
fix(ScatterChart): Change default tooltip mode from
voronoitoquadtree(#578) -
fix: Support passing
<*Chart tooltip={...}>to underlying TooltipContext (as types already indicate) (#576)
layerchart@2.0.0-next.24
Patch Changes
-
breaking(Legend): Rename
classes.swatchestoclasses.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)
layerchart@2.0.0-next.23
layerchart@2.0.0-next.22
layerchart@2.0.0-next.21
Patch Changes
- fix: Reduce bundle size by removing culori as transitive dependency (#563)