We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6532fde commit c37d8deCopy full SHA for c37d8de
src/components/cylc/analysis/BoxPlot.vue
@@ -210,16 +210,6 @@ export default {
210
}
211
},
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
computed: {
224
series () {
225
const sortedTasks = [...this.tasks].sort(this.compare)
0 commit comments