LayerChart

Releases (204)

layerchart@0.60.2

layerchart@0.60.2

Patch Changes

  • fix(ScatterChart): Default yScale to scaleLinear/scaleTime based on first data's y value (matching xScale behavior) (197d7fd)

  • fix: Allow overriding xScale/yScale for simplified charts (AreaChart, BarChart, etc) (197d7fd)

layerchart@0.60.1

layerchart@0.60.1

Patch Changes

  • Update dependencies, notable Vite 5=>6 and Svelte 5 to latest (silence/fix reactive_declaration_non_reactive_property) (30e612d)

  • fix(Dagre): Add missing lang="ts" and use Svelte 3/4 compat context="module" instead of module (bfed785)

layerchart@0.60.0

layerchart@0.60.0

Minor Changes

  • feat: Add Dagre layout component for directed acyclic graphs (DAGs) (#268)

Patch Changes

  • fix(Spline): Improve initial data display / transition on non-cartesian charts (ex. hierarchy/graph) (#268)

layerchart@0.59.6

layerchart@0.59.6

Patch Changes

  • fix(Legend): Fix reactivity when scale/data changes. Fixes #289 (0dea00b)

layerchart@0.59.5

layerchart@0.59.5

Patch Changes

  • Update dependencies (2d74395)

  • fix(PieChart): Fix handling of outerRadius with single series (adb40e2)

layerchart@0.59.4

layerchart@0.59.4

Patch Changes

  • fix(ChartContext): Remove last @layerstack/utils/array import (6b88925)

layerchart@0.59.3

layerchart@0.59.3

Patch Changes

  • Update @layerstack/* packages and remove deep imports (ex. @layerstack/utils/array) (9621a4e)

layerchart@0.59.2

layerchart@0.59.2

Patch Changes

  • fix(Bars,Labels): Add key() acccessor to set {#each} key for improved transitions (7acaa43)

  • fix: Use series.key as {#each} key for better transitions (hide/show series) (5139159)

  • feat(Labels): Support overriding text with default slot (1492cdc)

  • Add default to package.json exports to improve webpack/rollup compatibility (a63fccc)

layerchart@0.59.1

layerchart@0.59.1

Patch Changes

  • fix(Spline): Improve defaultPathData() by handling explicit pathData (ex. Bar) and non-cartesian (ex. graph/hierarchy) usage (7dcd042)

layerchart@0.59.0

layerchart@0.59.0

Minor Changes

  • feat(Bar): Add none rounded option (#280)

  • feat(Bar): Support rounded="edge" for value and orientation aware single edge rounding (#280)

  • feat(BarChart): Use new rounded="edge" for better default rounding, especially with seriesLayout="stack" (#280)

Previous
Page 13 of 21
Next
Edit this page