Releases (204)
layerchart@0.81.1
Patch Changes
- fix(Brush): Add
mode: 'integrated' | 'separated'to better support external state updates (default:integartedand no longer shows active selection when brush domain != original domain) (120f5e0)
layerchart@0.81.0
Minor Changes
- breaking(Brush): Change events (
change,brushStart,brushEnd) to callback functions (onChange,onBrushStart,onBrushEnd). Allows usage from simplified charts and moves towards Svelte 5 api (450feb8)
layerchart@0.80.0
Minor Changes
-
feat(AreaChart|LineChart|ScatterChart): Add Brush integration (#348)
-
feat(ChartClipPath|CircleClipPath|RectClipPath): Support passing
disabledto underlyingClipPath(#348) -
feat: Support passing
props={{ tooltip: { context: ... } }}for all simplified charts (still supporttooltip={...}) (#348)
Patch Changes
layerchart@0.79.4
Patch Changes
- fix: Properly handle
nullfill/stroke when creating objectId for canvas reactivity (c96c76f)
layerchart@0.79.3
Patch Changes
-
feat(Labels): Support passing
dataandx/yaccessor overrides (c5b297c) -
feat(Points): Support passing
x/yaccessor overrides (8ea6f12) -
fix(AreaChart|BarChart|LineChart|ScatterChart): Hide labels and points when toggling selected series from legend. . Add
getLabelsPropsandgetPointsPropsslot props, useful when override slot (5602e04) -
fix(AreaChart): Fix labels placements when using
seriesLayout="stack"(5602e04)
layerchart@0.79.2
Patch Changes
- fix(Circle|Line|Rect): Restore passing
classto after recent refactor to handle reactive canvas styling (b025d19)
layerchart@0.79.1
layerchart@0.79.0
Minor Changes
- fix: Improve canvas reactivity for all primatives (Arc, Area, Circle, Spline, etc) (#339)
Patch Changes
-
fix(getComputedStyles): Ignore transition classes to allow immediate reading of css values (ex.
transition-opacityaffectingopacity-10) (#339) -
fix(render): Multiply
fillOpacityby overallopacityfor fill to support opacity classes (ex.opacity-10) (#339) -
fix: Memoize creating canvas gradients to improve reactivity detection (#339)
layerchart@0.78.0
Minor Changes
- feat: Pass
visibleSeriesas slot props (along withseries) to enable filteirng custom tooltip implementations (slot override) (12a8068)