Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

v0.0.23

Compare
Choose a tag to compare
@marzolfb marzolfb released this 06 Jan 06:07
· 64 commits to master since this release
  • Added support for using multiple colors on Pie chart as discussed in #22
    • There are now 3 ways to specify chart colors (listed in order or precedence):
      • Via a color property on the object of each item in the data array
      • Via props.palette (existing way to do it)
      • Via props.options.palette (added for consistency in handling of other props.options values for charts)
  • For pie chart specifically, added a new way to specify chart options/properties directly as props vs using the existing props.options approach