LayerChart

Releases (219)

layerchart@0.98.0

layerchart@0.98.0

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)

layerchart@0.97.0

layerchart@0.97.0

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)

layerchart@0.96.0

layerchart@0.96.0

Minor Changes

  • feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Expose tooltipContext to enable bind: usage for external access (#394)

layerchart@0.95.0

layerchart@0.95.0

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)

layerchart@0.94.2

layerchart@0.94.2

Patch Changes

  • fix: Use correct _ instead of , grid-col-[...] separator for custom values. Fixes Tailwind 4 compatability (90a12f4)

layerchart@0.94.1

layerchart@0.94.1

Patch Changes

  • fix(AreaChart|LineChart|ScatterChart): Allow overriding highlight points props while retaining series color and highlight opacity (933f499)

layerchart@0.94.0

layerchart@0.94.0

Minor Changes

  • feat: Add belowContext and aboveContext slots to all simplified charts (b951724)

layerchart@0.93.10

layerchart@0.93.10

Patch Changes

  • fix(Bar): Properly handled rounded="none" (use Rect and ignore radius if defined) (472f2d8)

layerchart@0.93.9

layerchart@0.93.9

Patch Changes

  • feat(Highlight): Set CSS cursor: pointer on hover when point has onpointclick set. Works for both svg and canvas rendering contexts (e9894cc)
Previous
Page 9 of 22
Next
Edit this page