LayerChart

Releases (229)

Patch Changes

  • fix(PieChart): Simplify customizing colors using prop on data items by only requiring c color accessor (ex. [{ color: '...'}]) (e9786db)

  • fix(Spline): Improve initial render performance when tweened disabled (default) (#418)

  • fix(Canvas): Call pointerenter/pointerover events when moving over overlapping components (ex. series highlight points) (ef7f74b)

Patch Changes

  • feat(Canvas|Html|Svg): Add ignoreTransform prop to ignore TransformContext for layer. Use to add static elements such as custom legends within a rendering context (e93bda3)

Patch Changes

  • refactor(Arc): Use Spline to draw path, simplifying implementation and supporting pointer events for inner track component (4195b2d)

  • fix(canvas): Improve handling of explicit none fill/stroke (63adb50)

Patch Changes

  • fix(TooltipContext): Call hideTooltip() for all tooltip modes on pointerleave to fix band (BarChart) and voronoi (ScatterPlot) modes not always closing on chart pointerleave due to recent chart delay / tooltip hover changes (e9f5e8c)
Previous
Page 9 of 23
Next
Edit this page