LayerChart

Releases (204)

layerchart@1.0.6

layerchart@1.0.6

Patch Changes

  • fix(TooltipContext): Ignore clicks without data (triggered from Legend clicks, for example) (#444)

layerchart@1.0.5

layerchart@1.0.5

Patch Changes

  • fix(Canvas): Redraw if color scheme / theme changes, either via browser prefers-color-scheme (including emulation) or by changing <html class="dark"> or <html data-theme="..."> (#440)

layerchart@1.0.4

layerchart@1.0.4

Patch Changes

  • fix(Points): Support coloring lines using color c scale (#436)

  • fix(Area): Apply same defaultPathData logic as Spline. Provides better initial performance when not tweened and fixes Svelte 4 compatability issue (#435)

  • fix(AreaChart|LineChart): Hide highlight points when set to false (#437)

layerchart@1.0.3

layerchart@1.0.3

Patch Changes

  • fix(Area|Link|Spline): Fix inadvertent tweening due to non-granular object reactivity with tweened options (#429)

  • fix(TooltipContext): Properly detect non-manual modes for pointer chart bounds detection (#433)

  • fix(TransformContext): Fix zoomTo() regression (Pack/Zoomable map examples) (#430)

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 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)

layerchart@1.0.1

layerchart@1.0.1

Patch Changes

  • 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)

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

Patch Changes

  • docs: Update @layerstack and Svelte UX packages to fix autofocus and SSR issues (3ce8060)

  • Update dependencies (#415)

layerchart@0.99.4

layerchart@0.99.4

Patch Changes

  • feat(Canvas|Html|Svg): Add ignoreTransform prop to ignore TransformContext for layer. Use to add static elements such as custom legends within a rendering context (e93bda3)

layerchart@0.99.3

layerchart@0.99.3

Patch Changes

  • refactor(Arc): Use Spline to draw path, simplifying implementation and supporting pointer events for inner track component (4195b2d)

  • fix(canvas): Improve handling of explicit none fill/stroke (63adb50)

Previous
Page 6 of 21
Next
Edit this page