LayerChart

Releases (235)

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)

Minor Changes

  • feat(Pie): Add sort prop to specify sorting comparator, or pass null to disable default sorting (56f84b5)

  • feat(Legend): Add onClick when using variant="swatches" (7629194)

Patch Changes

  • fix(ScatterChart): Reactively rebuild chartData when series is updated (ad04197)

Minor Changes

  • feat: Add Marker support for Spline, Line, and Link (and components which use these) (#267)

  • feat: Add Marker component for drawing arrowheads or polymarkers on Line, Spline, etc (#267)

  • feat(Brush): Add labels prop and slot to enable showing values beside each handle (#265)

  • breaking: Use camelCase (aboveMarks, etc) instead of kebob case (above-marks) slot names to fix Svelte 5 {#snippet} compatibility (#269)

Patch Changes

  • fix: Render axis slot after/above marks (Bars, Lines, etc) which has no visible difference with current examples, but enables placing axis labels on top of marks (c10452e)

  • fix(Brush): Do not convert Date domain instances to number when performing arithmetic (#265)

Patch Changes

  • docs: Use Svelte 5 (#260)

  • docs: Replace svelte-preprocess with vitePreprocess (#260)

  • fix(Grid): Add {#each} keys to fix transitions (4b14a2e)

  • fix(Rule): Fix reactivity issue with dynamic data not hiding rule when outside x/y range (cb9cb03)

  • fix(BarChart): Only show 0 baseline rule based on direction (not both axis) (129163e)

Previous
Page 17 of 24
Next
Edit this page