This repository was archived by the owner on Sep 17, 2021. It is now read-only.
v0.0.23
- 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)
- There are now 3 ways to specify chart colors (listed in order or precedence):
- For pie chart specifically, added a new way to specify chart options/properties directly as props vs using the existing props.options approach