Skip to content

Commit

Permalink
fix: reactify yaxis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jul 18, 2023
1 parent 8d2068f commit 62db57b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/plot/MctPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ export default {
gridLines: this.initGridLines,
yAxes: [],
hiddenYAxisIds: [],
yAxisListWithRange: []
yAxisListWithRange: [],
config: {}
};
},
computed: {
Expand Down

0 comments on commit 62db57b

Please sign in to comment.