fix: 图表的时间轴刻度跟图表宽度关联(小于500时)
This commit is contained in:
@@ -1757,7 +1757,11 @@ export default {
|
||||
resize () {
|
||||
this.init()
|
||||
this.$nextTick(() => {
|
||||
this.$parent.$parent.dateChange()
|
||||
if (this.$parent.$parent.dateChange) {
|
||||
this.$parent.$parent.dateChange()
|
||||
} else {
|
||||
this.$parent.dateChange()
|
||||
}
|
||||
})
|
||||
},
|
||||
init () {
|
||||
|
||||
Reference in New Issue
Block a user