You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importechartsfrom'echarts';// import theme one by one// import webar from '@njshaoshao/we-theme-echarts/webar'// import weline from '@njshaoshao/we-theme-echarts/weline'// import all themesimport{webar,weline}from'@njshaoshao/we-theme-echarts';echarts.registerTheme('webar',webar);echarts.registerTheme('weline',weline);// then can use in init function with theme nameecharts.init(initDom,'weline')echarts.init(initDom,'webar')
use in init function
importechartsfrom'echarts';// import theme one by one// import webar from '@njshaoshao/we-theme-echarts/webar'// import weline from '@njshaoshao/we-theme-echarts/weline'import{webar,weline}from'@njshaoshao/we-theme-echarts';echarts.init(initDom,weline)echarts.init(initDom,webar)