Skip to content

Commit dc64fc2

Browse files
committed
clean up
1 parent 09321fe commit dc64fc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/BlazorApexCharts.Docs/Components/Methods/UpdateOptions/MaintainZoom.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
zoomOptions.Start = generator.TimeSeries.Min(e => e.Date).AddDays(5).ToUnixTimeMilliseconds();
3434
zoomOptions.End = generator.TimeSeries.Min(e => e.Date).AddDays(15).ToUnixTimeMilliseconds();
3535
options = new ApexChartOptions<TimeSeries>();
36-
37-
3836
}
3937

4038
private void Zoomed(ZoomedData<TimeSeries> zoomedData)
@@ -51,7 +49,6 @@
5149
}
5250
}
5351

54-
5552
private async Task Reset()
5653
{
5754
await chart.ResetSeriesAsync(true, true);
@@ -69,6 +66,5 @@
6966

7067
await Task.Yield(); // We need this in order to update the title and series name
7168
await chart.UpdateOptionsAsync(false, false, false, zoomOptions);
72-
7369
}
7470
}

0 commit comments

Comments
 (0)