Skip to content

Commit

Permalink
Set the yKey value on the series when it's changed (#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalijoshi committed Aug 4, 2021
1 parent ac240d5 commit 82b3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plot/MctPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ export default {
},
setYAxisKey(yKey) {
this.config.series.models[0].emit('change:yKey', yKey);
this.config.series.models[0].set('yKey', yKey);
},
pause() {
Expand Down

0 comments on commit 82b3383

Please sign in to comment.