feat:图表全屏时添加定时刷新,修改图表legend交互等
This commit is contained in:
@@ -614,3 +614,9 @@ export const tableSet = {
|
||||
export function blankPromise() {
|
||||
return new Promise(resolve => {resolve();});
|
||||
}
|
||||
|
||||
export function clickLegend(echart,legendName,index){
|
||||
if(echart){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user