Skip to content

Releases: techniq/layerchart

[email protected]

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)

[email protected]

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)

[email protected]

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

Patch Changes

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

[email protected]

10 Feb 13:11
03e731b
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

09 Feb 22:51
7a4a713
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

09 Feb 22:12
d37368f
Compare
Choose a tag to compare

Minor Changes

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

[email protected]

07 Feb 03:47
81cca8c
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

06 Feb 18:20
88e0310
Compare
Choose a tag to compare

Patch Changes

  • feat(Highlight): Set CSS cursor: pointer on hover when point has onpointclick set. Works for both svg and canvas rendering contexts (e9894cc)

[email protected]

06 Feb 14:16
1ed11ac
Compare
Choose a tag to compare

Patch Changes

  • fix(PieChart): Workaround Svelte 5.9.5 regression with tooltip label reactivity due to conditional accessor (1722d20)

  • Update dependencies (ceec65d)

[email protected]

05 Feb 22:16
0a6f4a0
Compare
Choose a tag to compare

Patch Changes

  • fix(BrushContext): Ignore clicks outside of chart bounds. Fixes clicking on legend item resetting brush (2863519)