Skip to content

Commit

Permalink
Remove workaround for fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Nov 28, 2024
1 parent fcab3be commit 8525267
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/cylc/analysis/BoxPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,6 @@ export default {
}
},

errorCaptured (err, instance, info) {
if (err.name === 'TypeError' && instance.type === 'boxPlot') {
// Suppress bogus error https://github.com/apexcharts/vue3-apexcharts/issues/79
// Note: err.message can vary between browsers. Unfortunately we cannot
// be more specific than this in capturing the right error
console.warn(err)
return false
}
},

computed: {
series () {
const sortedTasks = [...this.tasks].sort(this.compare)
Expand Down

0 comments on commit 8525267

Please sign in to comment.