ChartSeriesData constructor
const
ChartSeriesData({})
Creates a ChartSeriesData instance with the given label, data, and color.
Implementation
const ChartSeriesData({
required this.label,
required this.data,
required this.color,
});