LayerChart

Releases (220)

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)

layerchart@0.99.2

layerchart@0.99.2

Patch Changes

  • fix(TooltipContext): Call hideTooltip() for all tooltip modes on pointerleave to fix band (BarChart) and voronoi (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)

layerchart@0.98.2

layerchart@0.98.2

Patch Changes

  • fix(TooltipContext): Bypass bounds checking when using mode="manual" (default) (160659e)
Previous
Page 8 of 22
Next
Edit this page