Skip to content

Commit 1e93a0d

Browse files
committed
fix #5022; skip setting lastUpdateOptions in multiple places
1 parent 2c72f82 commit 1e93a0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/apexcharts.js

-2
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ export default class ApexCharts {
439439
return this
440440
}
441441

442-
this.lastUpdateOptions = Utils.clone(options)
443-
444442
if (options.series) {
445443
this.series.resetSeries(false, true, false)
446444
if (options.series.length && options.series[0].data) {

0 commit comments

Comments
 (0)