Shopify/polaris-viz

SimpleNormalizedChart should use `DataSeries[]` instead of `DataPoint[]`

Closed this issue · 0 comments

Context

SimpleNormalizedChart is currently the only chart in the library not to use DataSeries[] in the datas prop.
We should fix it to make it consistent with the other charts.