AreaLineChart constructor
AreaLineChart(})
Implementation
AreaLineChart(List<ChartLine> lines, Dates fromTo, this._gradients,
{this.tapTextFontWeight, this.yAxisName})
: super(lines, fromTo,
tapTextFontWeight: tapTextFontWeight, yAxisName: yAxisName);