File tree Expand file tree Collapse file tree 4 files changed +106
-108
lines changed
src/components/cylc/analysis Expand file tree Collapse file tree 4 files changed +106
-108
lines changed Original file line number Diff line number Diff line change 30
30
"@lumino/widgets" : " 2.5.0" ,
31
31
"@mdi/js" : " 7.4.47" ,
32
32
"@vueuse/core" : " 11.3.0" ,
33
- "apexcharts" : " 3.41.0 " ,
33
+ "apexcharts" : " 3.54.1 " ,
34
34
"axios" : " 1.7.8" ,
35
35
"dedent" : " 1.5.3" ,
36
36
"enumify" : " 2.0.0" ,
49
49
"vue-i18n" : " 11.0.1" ,
50
50
"vue-router" : " 4.5.0" ,
51
51
"vue-the-mask" : " 0.11.1" ,
52
- "vue3-apexcharts" : " 1.4.1 " ,
52
+ "vue3-apexcharts" : " 1.8.0 " ,
53
53
"vuetify" : " 3.7.6" ,
54
54
"vuex" : " 4.1.0"
55
55
},
Original file line number Diff line number Diff line change 105
105
" apexcharts" ,
106
106
" vue3-apexcharts"
107
107
],
108
- "addLabels" : [" analysis view " ]
108
+ "addLabels" : [" data workflows team " ]
109
109
}
110
110
],
111
111
"vulnerabilityAlerts" : {
Original file line number Diff line number Diff line change @@ -210,16 +210,6 @@ export default {
210
210
}
211
211
},
212
212
213
- errorCaptured (err , instance , info ) {
214
- if (err .name === ' TypeError' && instance .type === ' boxPlot' ) {
215
- // Suppress bogus error https://github.com/apexcharts/vue3-apexcharts/issues/79
216
- // Note: err.message can vary between browsers. Unfortunately we cannot
217
- // be more specific than this in capturing the right error
218
- console .warn (err)
219
- return false
220
- }
221
- },
222
-
223
213
computed: {
224
214
series () {
225
215
const sortedTasks = [... this .tasks ].sort (this .compare )
You can’t perform that action at this time.
0 commit comments