feat:添加线的类型,悬浮显示expressions数据,处理返回数据的格式
This commit is contained in:
@@ -739,7 +739,7 @@
|
||||
this.legendListMore=this.legendList.filter((item,index)=>index<this.seriesLength);
|
||||
this.$nextTick(() => {
|
||||
setTimeout(function () {
|
||||
let divHeight = self.$refs.legendArea.offsetHeight;
|
||||
let divHeight = 111;
|
||||
if(!chartInfo.height){
|
||||
self.echartStore.resize({height:228});
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user