Skip to content

Commit 0819d5d

Browse files
Don't enable for every chart by default
1 parent 1ad1196 commit 0819d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Microcharts/Charts/AxisBasedChart.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public float SerieLabelTextSize
133133
/// <summary>
134134
/// Determines whether pinch to zoom will work on the chart
135135
/// </summary>
136-
public bool EnableZoom { get; set; } = true; //FIXME: This should be off by default, but easier to test charts with it on
136+
public bool EnableZoom { get; set; } = false; //FIXME: This should be off by default, but easier to test charts with it on
137137

138138
public ChartXForm XForm { get; } = new ChartXForm();
139139

0 commit comments

Comments
 (0)