fix(chart): delete chart duplicate key
This commit is contained in:
parent
340a4ad5c9
commit
41f00788f0
|
@ -26,7 +26,6 @@ export default {
|
|||
width: { type: String, default: 'auto' },
|
||||
height: { type: String, default: '400px' },
|
||||
events: { type: Object, default() {} },
|
||||
events: { type: Object, default() {} },
|
||||
initOptions: {
|
||||
type: Object,
|
||||
default() {
|
||||
|
@ -168,12 +167,6 @@ export default {
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
options: {
|
||||
handler() {
|
||||
this.refreshChart()
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
options: {
|
||||
handler() {
|
||||
this.refreshChart()
|
||||
|
|
Loading…
Reference in New Issue