class ChartData { ChartData(this.x, this.y, this.y1); final String x; final double y; final double y1; }