LayerChart

Releases (204)

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)

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)

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)

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)

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