Releases (227)
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
Patch Changes
- fix(Highlight): Fix display of lines for first values (
0coord). Fixes #568 (#569)
layerchart@2.0.0-next.22
Patch Changes
- fix(TooltipContext): Fix touch scrolling on mobile. Fixes #255 (#566)
layerchart@2.0.0-next.21
Patch Changes
- fix: Reduce bundle size by removing culori as transitive dependency (#563)
layerchart@2.0.0-next.20
Patch Changes
-
fix(Canvas): Improve performance by skipping unnecessary work when hit canvas is unneeded (#561)
-
fix(Canvas): Improve performance by reducing computed style lookups and memoizing responses (#561)
-
fix(Canvas): Only apply text/font properties to canvas to improve performance (#561)
-
fix(GeoPath): Improve performance by only using custom geoCurvePath when
curveoverridden (#561) -
fix(GeoPath): Fix reactivity with
curvewhen using Canvas context (#561) -
fix(Calendar): Support showing month labels without path via
monthLabelprop (true by default) (#449)
layerchart@2.0.0-next.19
Patch Changes
- fix(Calendar): Pass
cellSizeto children snippet (useful when responsive) (#558)