LayerChart

Releases (204)

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)

Minor Changes

  • breaking(TransformContext): Remove translateOnScale prop (always enabled now) (#398)

Patch Changes

  • fix(TransformContext): Translate towards pointer position when scroll zooming and using transform={{ mode: 'canvas' }} (matching geo context applyTransform behavior) (#398)

Minor Changes

  • feat(Html): Apply transformContext when using mode='canvas' (align with Svg and Canvas) (2b46908)

  • feat(Group): Support Html context (5ed7f27)

  • feat: Add getRenderContext() to easily identify if within Canavs, Html, or Svg context (d319da2)

Minor Changes

  • feat: Highlight related series on tooltip item hover for all simplified charts. Expose setHighlightSeriesKey as slot prop, useful when overriding "tooltip" slot (#393)

  • feat(TooltipContext): Added hideDelay prop to Tooltip for configurable hide behavior (#391)

  • feat(TooltipItem): Add onclick, onpointerenter, onpointerleave event callbacks (83a1933)

Patch Changes

  • fix(TooltipItem): Use Tailwind 3 and 4 compatibility CSS variable custom value (8ed4684)
Previous
Page 7 of 21
Next
Edit this page