Releases (229)
Minor Changes
- feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Expose
tooltipContextto enablebind:usage for external access (#394)
Minor Changes
-
feat: Highlight related series on tooltip item hover for all simplified charts. Expose
setHighlightSeriesKeyas 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,onpointerleaveevent callbacks (83a1933)
Patch Changes
- fix(TooltipItem): Use Tailwind 3 and 4 compatibility CSS variable custom value (
8ed4684)
Patch Changes
- fix(Highlight): Fix Svelte 3/4 compat (
1107a7d)
Patch Changes
- fix: Use correct
_instead of,grid-col-[...] separator for custom values. Fixes Tailwind 4 compatability (90a12f4)
Patch Changes
- fix(AreaChart|LineChart|ScatterChart): Allow overriding highlight points props while retaining series color and highlight opacity (
933f499)
Minor Changes
- feat: Add
belowContextandaboveContextslots to all simplified charts (b951724)
Patch Changes
- fix(Bar): Properly handled
rounded="none"(use Rect and ignore radius if defined) (472f2d8)
Patch Changes
- feat(Highlight): Set CSS
cursor: pointeron hover when point hasonpointclickset. Works for both svg and canvas rendering contexts (e9894cc)