class ChartPoint { final T key; final double value; const ChartPoint(this.key, this.value); }