# Type alias ChartDataPoints

ChartDataPoints: DataPoint[] | ScatterDataPoint[] | BoxplotDataPoint[] | AreamapDataPoint[]

Data points in a chart. Array of data points of the same data point type.