Skip to content

Commit 72dc317

Browse files
committed
A hard fix to change chart color use
1 parent a19debf commit 72dc317

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

client/src/views/Home.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@ export default {
103103
},
104104
created() {
105105
this.load();
106+
this.cmap('1');
107+
this.cmap('2');
108+
this.cmap('3');
109+
this.cmap('4');
110+
this.cmap('5');
111+
this.cmap('6');
112+
this.cmap('7');
113+
this.cmap('8');
114+
this.cmap('9');
106115
},
107116
methods: {
108117
...mapActions(["load"])

0 commit comments

Comments
 (0)