ChartData constructor
ChartData({})
Implementation
ChartData({
required this.title,
required this.subtitle,
required this.currentValue,
required this.previousValue,
required this.averageValue,
required this.maxValue,
this.unit = '',
});