apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Bug] echarts 设置主题不生效 #20463

Closed Julycc41 closed 3 weeks ago

Julycc41 commented 3 weeks ago

Version

5.5.1

Link to Minimal Reproduction

https://codesandbox.io/p/sandbox/ji-ben-bu-ju-antd-5-21-5-forked-3d596c?file=%2Fdemo.js%3A7%2C52

Steps to Reproduce

下载引入了 怎么没生效呢

Current Behavior

初始化引入显示主题

Expected Behavior

https://codesandbox.io/p/sandbox/ji-ben-bu-ju-antd-5-21-5-forked-3d596c?file=%2Fdemo.js%3A7%2C52

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

plainheart commented 3 weeks ago
- const myChart = echarts.init(document.getElementById("dahs", "vintage"));
+ const myChart = echarts.init(document.getElementById("dahs"), "vintage");
Julycc41 commented 3 weeks ago

找到了 写迷糊了我 非常感谢您的回复