feat:添加线的类型,悬浮显示expressions数据,处理返回数据的格式

This commit is contained in:
zhangyu
2020-09-15 15:37:01 +08:00
parent 862ca15944
commit f6e7537c0b
7 changed files with 196 additions and 32 deletions

View File

@@ -630,7 +630,7 @@
filter: this.filter,
filterType: filterType,
errorMsg: errorMsg,
}
};
this.chartDataCacheGroup.set(chartInfo.id, chartData);
if (chartItem.type === 'table') {//表格
if (filterType === 'showFullScreen') {//全屏查询
@@ -727,5 +727,6 @@
position: relative;
max-height: calc(100vh - 100px);
padding: 3px 15px 50px 15px;
z-index: 0;
}
</style>