Releases: techniq/layerchart
Releases · techniq/layerchart
[email protected]
Minor Changes
- feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Expose
tooltipContext
to enablebind:
usage for external access (#394)
[email protected]
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]
Patch Changes
- fix(Highlight): Fix Svelte 3/4 compat (
1107a7d
)
[email protected]
Patch Changes
- fix: Use correct
_
instead of,
grid-col-[...] separator for custom values. Fixes Tailwind 4 compatability (90a12f4
)
[email protected]
Patch Changes
- fix(AreaChart|LineChart|ScatterChart): Allow overriding highlight points props while retaining series color and highlight opacity (
933f499
)
[email protected]
Minor Changes
- feat: Add
belowContext
andaboveContext
slots to all simplified charts (b951724
)
[email protected]
Patch Changes
- fix(Bar): Properly handled
rounded="none"
(use Rect and ignore radius if defined) (472f2d8
)
[email protected]
Patch Changes
- feat(Highlight): Set CSS
cursor: pointer
on hover when point hasonpointclick
set. Works for both svg and canvas rendering contexts (e9894cc
)
[email protected]
[email protected]
Patch Changes
- fix(BrushContext): Ignore clicks outside of chart bounds. Fixes clicking on legend item resetting brush (
2863519
)