Skip to content

Commit

Permalink
Update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Mar 9, 2022
1 parent f1e9c88 commit 905721e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/charts/heatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class VueComponent extends Vue {
return dataset
} catch (e) {
const message = '' + e
console.log('Nachricht', message)
this.$store.commit('setStatus', {
type: Status.ERROR,
message,
Expand All @@ -98,6 +99,7 @@ export default class VueComponent extends Vue {
else this.updateChartSimple()
} catch (e) {
const msg = '' + e
console.log('Nachricht', msg)
this.$store.commit('setStatus', {
type: Status.ERROR,
msg,
Expand Down

0 comments on commit 905721e

Please sign in to comment.