layerchart@1.0.9
Patch Changes
- fix(Spline): Do not unnecessarily render mid/end markers. Fixes Firefox when used with ClipPath. (#474)
highlightSeriesKey as slot prop for all simplified chart slots (af73389)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)