UNPKG
echarts-bus
Version:
latest (5.4.6)
5.4.6
5.4.5
5.4.5-beta.1
5.4.4
5.4.3
5.4.3-beta1
5.4.2
魔改的Echarts,具有同时切换主题的功能
github.com/adoin/echarts-bus
adoin/echarts-bus
echarts-bus
/
types
/
src
/
chart
/
tree
/
treeVisual.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
GlobalModel
from
'../../model/Global.js'
;
export
default
function
treeVisual
(
ecModel: GlobalModel
):
void
;