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
I also encountered #181 in nuxt, because of the missing of js extension when import module from echarts.
Many users cannot use this plugin (#141) which may be due to a dual package hazard (register liquidFill in umd while echarts is esm).
I believe both can be easily solved by migrate to a modern library bundler like unbuild or tsup.
ECharts 5.5 has already changed to default esm package apache/echarts#19513. I think it makes sense to also follow this change in this repo
Is PR welcomed? I would like to solve this issue.
The text was updated successfully, but these errors were encountered:
Currently, this repo is not maintained.
I also encountered #181 in nuxt, because of the missing of
js
extension when import module fromecharts
.Many users cannot use this plugin (#141) which may be due to a dual package hazard (register liquidFill in umd while echarts is esm).
I believe both can be easily solved by migrate to a modern library bundler like unbuild or tsup.
ECharts 5.5 has already changed to default esm package apache/echarts#19513. I think it makes sense to also follow this change in this repo
Is PR welcomed? I would like to solve this issue.
The text was updated successfully, but these errors were encountered: