v1.6.0
Breaking Changes
The prop dataPoints
on both the BarChart
and PieChart
have been renamed to data
to better reflect the fact that they are arrays of objects, not points.
The components will now throw an informative error when dataPoints
prop is used instead of data