echarts-for-react icon indicating copy to clipboard operation
echarts-for-react copied to clipboard

主题theme似乎不生效?

Open theDoinb opened this issue 2 years ago • 1 comments

我在线大概写了个: 主题引入测试 codesandbox

我尝试用 js, json格式似乎都不生效

theDoinb avatar Aug 14 '23 07:08 theDoinb

Try this, seems working to me

- echarts.registerTheme("echarts_theme", theme);
+ echarts.registerTheme("echarts_theme", theme.theme);

kothariji avatar Aug 28 '24 14:08 kothariji