Releases (221)
layerchart@1.0.3
layerchart@1.0.2
layerchart@1.0.2
Patch Changes
-
feat: Let users pass configurations for svg and canvas (like cursor-crosshair) (#419)
-
fix: Reactively rebuild
get_Props()functions whenhighlightSeriesKeyis updated. Fixes Svelte 3/4 reactivity issues when hovering legend, points, etc (#425) -
fix(TooltipContext): Support explicit
tooltip.show(...)when using non-manual mode (ex. support manual annotations withmode="bisect-x") (#423)
layerchart@1.0.1
layerchart@1.0.1
Patch Changes
-
fix(PieChart): Simplify customizing colors using prop on data items by only requiring
ccolor accessor (ex.[{ color: '...'}]) (e9786db) -
fix(Spline): Improve initial render performance when tweened disabled (default) (#418)
-
fix(Canvas): Call
pointerenter/pointeroverevents when moving over overlapping components (ex. series highlight points) (ef7f74b)
layerchart@1.0.0
layerchart@1.0.0
Major Changes
- Version 1.0 (Svelte 3-5 and Tailwind 3 compatible) (
123c9f6)
layerchart@0.99.5
layerchart@0.99.5
layerchart@0.99.4
layerchart@0.99.4
Patch Changes
- feat(Canvas|Html|Svg): Add
ignoreTransformprop to ignoreTransformContextfor layer. Use to add static elements such as custom legends within a rendering context (e93bda3)
layerchart@0.99.3
layerchart@0.99.3
layerchart@0.99.2
layerchart@0.99.2
Patch Changes
- fix(TooltipContext): Call
hideTooltip()for all tooltip modes onpointerleaveto fixband(BarChart) andvoronoi(ScatterPlot) modes not always closing on chart pointerleave due to recent chart delay / tooltip hover changes (e9f5e8c)
layerchart@0.99.1
layerchart@0.99.1
Patch Changes
- fix(Svg|Html): Do not accidentally lose transform on browser resize (
74ecd20)
layerchart@0.99.0
layerchart@0.99.0
Minor Changes
- feat(Dagre): Expose access to Dagre Graph instance via
bind:graph(48bc672)