Skip to content

v4.2.0

Compare
Choose a tag to compare
@JesperLekland JesperLekland released this 15 Apr 09:17
· 146 commits to master since this release
  • Support for horizontal StackedBarChart

    StackedBarChart now supports the prop horizontal
    just as a regular BarChart. Thanks to @colin-young for this ❤️

  • StackedBar/AreaChart adheres to new extras api

    StackedBarChart and StackedAreaChart was still on the legacy renderExtras
    pattern. It has now been migrated to the single extras prop api.