Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Nov 4, 2022
1 parent 09321fe commit dc64fc2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
zoomOptions.Start = generator.TimeSeries.Min(e => e.Date).AddDays(5).ToUnixTimeMilliseconds();
zoomOptions.End = generator.TimeSeries.Min(e => e.Date).AddDays(15).ToUnixTimeMilliseconds();
options = new ApexChartOptions<TimeSeries>();


}

private void Zoomed(ZoomedData<TimeSeries> zoomedData)
Expand All @@ -51,7 +49,6 @@
}
}


private async Task Reset()
{
await chart.ResetSeriesAsync(true, true);
Expand All @@ -69,6 +66,5 @@

await Task.Yield(); // We need this in order to update the title and series name
await chart.UpdateOptionsAsync(false, false, false, zoomOptions);

}
}

0 comments on commit dc64fc2

Please sign in to comment.