LayerChart

Releases (225)

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)

layerchart@0.58.4

layerchart@0.58.4

Patch Changes

  • fix(Area): Improve initial tweened transition (matching Spline) (13c1ce5)

layerchart@0.58.3

layerchart@0.58.3

Patch Changes

  • fix(Spline): Refine default path data to handle 0 out of visible range and improve custom curve tweening (0b06ee0)

layerchart@0.58.2

layerchart@0.58.2

Patch Changes

  • fix(Spline): Improve initial tweened transition (ddddb7e)

layerchart@0.58.1

layerchart@0.58.1

Patch Changes

  • fix(Tooltip): Disable user-select by default for a better mobile experience (6806cc6)

layerchart@0.58.0

layerchart@0.58.0

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)

layerchart@0.57.0

layerchart@0.57.0

Minor Changes

  • feat(PieChart): Add placement prop to conveniently position chart left or right (useful with legends). Resolves #271 (7498738)

layerchart@0.56.0

layerchart@0.56.0

Minor Changes

  • feat(PieChart): Support center={false} to disable default centering, enabling explicit/absolute positioning with props.group (bb241d5)

layerchart@0.55.0

layerchart@0.55.0

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)

layerchart@0.54.1

layerchart@0.54.1

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 16 of 23
Next
Edit this page