✏️ Remove generateLegend() from initialization codes

This commit is contained in:
kutrumi
2017-07-08 19:18:20 +09:00
parent 4f7dda3c3b
commit 882bdd86b8
9 changed files with 0 additions and 9 deletions

View File

@@ -75,7 +75,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -76,7 +76,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -59,7 +59,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -75,7 +75,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -74,7 +74,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -59,7 +59,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -59,7 +59,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -59,7 +59,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {

View File

@@ -65,7 +65,6 @@ export default Vue.extend({
plugins: this.plugins plugins: this.plugins
} }
) )
this._chart.generateLegend()
} }
}, },
beforeDestroy () { beforeDestroy () {