Open elham-rababah opened 4 years ago
I want to sent intervals o Y-Axis, to make static intervals not calculated based on data series
For example, I have this data var data1 = [ new Pollution(1980, 'USA', 10),
]; var data2 = [ new Pollution(1980, 'Asia', 5), ]; var data3 = [ new Pollution(1985, 'Europe', 40), ];
and the code for draw the chart is
charts.BarChart( _seriesData, animate: true, barGroupingType: charts.BarGroupingType.grouped, // behaviors: [new charts.SeriesLegend()], // primaryMeasure Axis: , animationDuration: Duration(seconds: 5), ),
Now it looks like
But I want the interval to increase by five each time and the highest value can be reach is 100
same...any solution?
@xwolf47 Still the same
I want to sent intervals o Y-Axis, to make static intervals not calculated based on data series
For example, I have this data var data1 = [ new Pollution(1980, 'USA', 10),
and the code for draw the chart is
Now it looks like
But I want the interval to increase by five each time and the highest value can be reach is 100