We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad1196 commit 0819d5dCopy full SHA for 0819d5d
Sources/Microcharts/Charts/AxisBasedChart.cs
@@ -133,7 +133,7 @@ public float SerieLabelTextSize
133
/// <summary>
134
/// Determines whether pinch to zoom will work on the chart
135
/// </summary>
136
- public bool EnableZoom { get; set; } = true; //FIXME: This should be off by default, but easier to test charts with it on
+ public bool EnableZoom { get; set; } = false; //FIXME: This should be off by default, but easier to test charts with it on
137
138
public ChartXForm XForm { get; } = new ChartXForm();
139
0 commit comments