fix hanging of GUI
This commit is contained in:
parent
831cecc52c
commit
196c98380e
@ -48,6 +48,9 @@ export default defineComponent({
|
||||
beforeMount() {
|
||||
this.drawChart()
|
||||
},
|
||||
mounted() {
|
||||
this.drawChart()
|
||||
},
|
||||
methods: {
|
||||
drawChart() {
|
||||
var end = new Date();
|
||||
|
||||
@ -45,6 +45,9 @@ export default defineComponent({
|
||||
beforeMount() {
|
||||
this.drawChart()
|
||||
},
|
||||
mount() {
|
||||
this.drawChart()
|
||||
},
|
||||
methods: {
|
||||
drawChart() {
|
||||
data = [[{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user