Minor Changes
-
breaking: Only show
0baseline by default instead of always drawing axis line for simplified charts (LineChart, etc) (#248) -
feat: Add
stackExpandandstackDivergingseries layouts for AreaChart and BarChart (#248) -
feat: Add legend support (prop and slot) to all simplified charts (#248)
-
feat(Rule): Support radial charts (x/angle and y/radius) (#248)
-
feat(Legend): Add
orientationprop (#248) -
feat(Axis): Support passing
classandclasses(root/label) (#248) -
feat(Legend): Add
variantprop withramp(default) andswatches(#248)
Patch Changes
-
fix(BarChart): Fix
groupPaddingnot exposed on $Props (c01a9f597037f9f812c49ceb41c8752438537532) -
fix: Remove use of
SvelteComponentwhich is not compatible with Svelte 5 (#248) -
fix(PieChart): Pass series props to underlying Arcs (#248)