Skip to content

Commit

Permalink
Optimize memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaming743 committed Oct 24, 2019
1 parent 656de3a commit 2ca217a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/activeRingChart/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default {
const option = getRingOption()
chart.setOption(option)
chart.setOption(option, true)
ringAnimation()
},
Expand Down Expand Up @@ -236,7 +236,7 @@ export default {
}
})
chart.setOption(option)
chart.setOption(option, true)
const { activeTimeGap } = option.series[0]
Expand Down

0 comments on commit 2ca217a

Please sign in to comment.