layerchart@1.0.6
Patch Changes
- fix(TooltipContext): Ignore clicks without data (triggered from Legend clicks, for example) (#444)
prefers-color-scheme (including emulation) or by changing <html class="dark"> or <html data-theme="..."> (#440)feat: Let users pass configurations for svg and canvas (like cursor-crosshair) (#419)
fix: Reactively rebuild get_Props() functions when highlightSeriesKey is 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 with mode="bisect-x") (#423)
fix(PieChart): Simplify customizing colors using prop on data items by only requiring c color accessor (ex. [{ color: '...'}]) (e9786db)
fix(Spline): Improve initial render performance when tweened disabled (default) (#418)
fix(Canvas): Call pointerenter/pointerover events when moving over overlapping components (ex. series highlight points) (ef7f74b)
123c9f6)ignoreTransform prop to ignore TransformContext for layer. Use to add static elements such as custom legends within a rendering context (e93bda3)