-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Echarts 5 Support #491
Comments
5.0 echars库的加载方式变了 |
Agreed. V5 has some very nice perk's I would like to be using. |
看到也可以这样引入 |
That is already required for echarts 4.x and does not fix the 5.0 compatibility problems. |
Would be really useful to get an updated on any plans to support eCharts 5. NPM reports a version called 5.0.0-beta.0 - should we be using that? I don't see any information in the "Releases" section of github for this project so don't know what 5.0.0-beta.0 is? |
I recommend echarts-for-vue which supports ECharts 5, and it is compatible with Vue 3 and 2. |
That still uses 4.x as a core instead of Echarts 5 |
If you use Echart5.0, so you need change require module method
|
Tried to upgrade ECharts in my project. Updated imports accordingly to ECharts 5 upgrade guide and almost all look working.
due to old-style import in components/ECharts.vue |
@lesovsky Great! How about PR? May be we can push this out of the ice :) |
Not sure about PR, I have no strong skills in JS and not completely sure that my onliner will not broke something. |
Any plans for official support via the vue-echarts library itself? |
@anka Yes we plan to add ECharts 5 and Vue 3 support in the next release. |
Can you give us an idea when that might be? |
Hi everyone, sorry for the late response. Based on Apache ECharts 5, |
https://echarts.apache.org/next/zh/api.html#echarts
The text was updated successfully, but these errors were encountered: