Skip to content

Releases: techniq/layerchart

layerchart@0.99.2

19 Feb 13:57
1af9800
Compare
Choose a tag to compare

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)

layerchart@0.99.1

14 Feb 12:43
9d0d936
Compare
Choose a tag to compare

Patch Changes

  • fix(Svg|Html): Do not accidentally lose transform on browser resize (74ecd20)

layerchart@0.99.0

13 Feb 22:02
97ba421
Compare
Choose a tag to compare

Minor Changes

  • feat(Dagre): Expose access to Dagre Graph instance via bind:graph (48bc672)

layerchart@0.98.2

13 Feb 20:07
04ac7a6
Compare
Choose a tag to compare

Patch Changes

  • fix(TooltipContext): Bypass bounds checking when using mode="manual" (default) (160659e)

layerchart@0.98.1

13 Feb 18:23
ae0d444
Compare
Choose a tag to compare

Patch Changes

  • fix(TransformContext): Account for Chart padding when zooming to point (2c2e06c)

layerchart@0.98.0

13 Feb 14:31
539b9b4
Compare
Choose a tag to compare

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

12 Feb 17:29
67f35ea
Compare
Choose a tag to compare

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

11 Feb 15:31
cb1437f
Compare
Choose a tag to compare

Minor Changes

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

layerchart@0.95.0

10 Feb 20:08
6bfe59c
Compare
Choose a tag to compare

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.3

10 Feb 14:34
3b80ed4
Compare
Choose a tag to compare

Patch Changes

  • fix(Highlight): Fix Svelte 3/4 compat (1107a7d)