We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e723bb commit 981b71fCopy full SHA for 981b71f
frontend/src/views/TimeSeriesCharts.vue
@@ -88,7 +88,7 @@ const changePlot = (plt) => {
88
// before rending the chart. Set the sorted data
89
// to the active data in the chart prior to rendering
90
//const {chartData, activeChartVariables, activeReachChart} = storeToRefs(chartStore)
91
- const {chartData, activePlt} = storeToRefs(chartStore)
+ const {activePlt} = storeToRefs(chartStore)
92
93
94
// save the active plot so we can update it when
0 commit comments