LayerChart
All releases

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)

Edit this page