Skip to content

Commit e27491c

Browse files
authored
Merge pull request #287 from apexcharts/fix-update-options
#286
2 parents a2b10fe + 72a4ab3 commit e27491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blazor-ApexCharts/wwwroot/js/blazor-apex-charts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
var chart = this.findChart(id);
5353
if (chart !== undefined) {
5454
this.LogMethodCall(chart, "updateOptions", options);
55-
chart.updateOptions(data, redrawPaths, animate, updateSyncedCharts);
55+
chart.updateOptions(options, redrawPaths, animate, updateSyncedCharts);
5656

5757
if (zoom !== null) {
5858
chart.zoomX(zoom.start, zoom.end);

0 commit comments

Comments
 (0)