layerchart@0.79.3
·
137 commits
to main
since this release
Patch Changes
-
feat(Labels): Support passing
data
andx
/y
accessor overrides (c5b297c
) -
feat(Points): Support passing
x
/y
accessor overrides (8ea6f12
) -
fix(AreaChart|BarChart|LineChart|ScatterChart): Hide labels and points when toggling selected series from legend. . Add
getLabelsProps
andgetPointsProps
slot props, useful when override slot (5602e04
) -
fix(AreaChart): Fix labels placements when using
seriesLayout="stack"
(5602e04
)