Skip to content

Commit a06fa04

Browse files
authored
Merge pull request #4970 from siczmj/dev/fix-chart-re-rendering
Fixing unnecessary chart destroy on create
2 parents 7a0e686 + 222d357 commit a06fa04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/apexcharts.js

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export default class ApexCharts {
131131

132132
if (!Utils.elementExists(this.el)) {
133133
gl.animationEnded = true
134-
this.destroy()
135134
return null
136135
}
137136

0 commit comments

Comments
 (0)