Releases (225)
layerchart@0.59.0
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
0out of visible range and improve custom curve tweening (0b06ee0)
layerchart@0.58.2
layerchart@0.58.2
Patch Changes
- fix(Spline): Improve initial
tweenedtransition (ddddb7e)
layerchart@0.58.1
layerchart@0.58.1
Patch Changes
- fix(Tooltip): Disable
user-selectby default for a better mobile experience (6806cc6)
layerchart@0.58.0
layerchart@0.58.0
layerchart@0.57.0
layerchart@0.57.0
Minor Changes
- feat(PieChart): Add
placementprop 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 withprops.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
labelsprop 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
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
0baseline rule based on direction (not both axis) (129163e)