LayerChart
All releases

layerchart@0.74.0

layerchart@0.74.0

Minor Changes

  • breaking(Bar|Bars): Replaced inset: number prop with insets: Insets | undefined. (#321)

    To migrate from inset to insets replace inset = n with:

    • insets = { x: n / 2 } if orientation="vertical"
    • insets = { y: n / 2 } if orientation="horizontal"
  • feat(BarChart): Add stackPadding prop, which adds a padding between stacked bars. (#321)

Edit this page