Minor Changes
-
feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Add Legend integration (highlight & filter) (#329)
-
feat(AreaChart|LineChart): Highlight series (desaturating other series) while hovering over point on series (#329)
-
feat(Highlight): Add
onPointEnterandonPointLeaveevent callbacks (#329) -
feat(Legend): Add
onPointerEnterandonPointerLeaveevent callbacks (#329) -
feat(Legend): Support
classes.item(item)(#329) -
feat: Add
profileprop to all simplified charts to log initial render performance usingconsole.time(#330)
Patch Changes
-
docs: Add performance examples for different data structures (for further investigation) (#330)
-
fix(Area|Spline): Reactively recreate internally x/y accessors when props/context change. Fixes AreaChart legend filter support (#329)
-
fix(Legend): Add
z-index: 1to stack above tooltip contexts (band rects, voronoi) to allow pointer events (click/hover) (#329)