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
/
preprocessor
/
helper
/
compatStyle.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
default
function
globalCompatStyle
(
option
:
any
,
isTheme
?:
boolean
):
void
;