We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6841f commit 63124d4Copy full SHA for 63124d4
src/ui-chart/charts/BarLineChartBase.ts
@@ -40,7 +40,7 @@ export abstract class BarLineChartBase<U extends Entry, D extends IBarLineScatte
40
/**
41
* flag that indicates if auto scaling on the y axis is enabled
42
*/
43
- autoScaleMinMaxEnabled: boolean = true;
+ autoScaleMinMaxEnabled: boolean = false;
44
45
46
* flag that indicates if pinch-zoom is enabled. if true, both x and y axis
0 commit comments