TimeSeriesChart and datasets

The component is throwing the error because ‘series’ is meant to be an array of objects. Each object within the array expects a ‘data’ and ‘name’ property. This doesn’t require any transformation you can just rebuild property and move the binding down to the ‘data’ property.

For example:
image

1 Like