Chart constructor
const
Chart({})
Chart API.
Implementation
const Chart({
this.type = ChartType.bar,
this.points = const <ChartPoint>[],
this.title = '',
this.width = 360,
this.height = 180,
this.showValues = true,
this.showLegend = true,
this.showGrid = true,
});