All releases
Minor Changes
-
breaking(Bar|Bars): Replaced
inset: numberprop withinsets: Insets | undefined. (#321)To migrate from
insettoinsetsreplaceinset = nwith:insets = { x: n / 2 }iforientation="vertical"insets = { y: n / 2 }iforientation="horizontal"
-
feat(BarChart): Add
stackPaddingprop, which adds a padding between stacked bars. (#321)