-
Hi,
First of all, thanks for creating this package as vue wrapper for chartjs. I have a use case where my chart is hidden initially then when the user will click the button, the chart will show.
…
-
### Version
5.4.0
### Link to Minimal Reproduction
https://codepen.io/Pikcher/pen/xxjYqMQ
### Steps to Reproduce
1. Chart creates as usual: `echarts.init(container); instance.setOption(…
-
Hello
Since yesterday, I got this error :
/node_modules/vue-demi/lib/index.mjs
Module not found: Error: Can't resolve '@vue/composition-api/dist/vue-composition-api.mjs' in '/usr/src/app/node_m…
ghost updated
2 years ago
-
### Confirmation
- [x] I can confirm this problem is not reproducible with ECharts itself.
### How are you introducing Vue-ECharts into your project?
` tag`
### Versions
```js
…
-
### Version
5.3.3
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
1. 在vue data中定义变量接收图表实例
```
export default {
data() {
return {
chart: null
}
},
…
-
![image](https://user-images.githubusercontent.com/31680174/172778014-78ced741-33cd-428b-9e14-bec723436a7c.png)
版本"@supermap/vue-iclient-mapboxgl": "^11.0.0-beta"
![image](https://user-images.github…
-
### Version
5.3.3
### Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=scatter-clustering&code=PTAEGUFNNALAXeAHAzgLhAcwJb1gVwCMA6AYwHsBbYSCygM0htNgEMAneFAWhXlfgAoWm…
-
子应用采用CDN方式引入vue-echarts时,报错
排查原因是qiankun改变了脚本window指向,导致无法获取VueDemi属性
ydobi updated
2 years ago
-
### Reporting a bug?
`i18n.setLocaleMessage(locale, messages)`
By using this method got errors with Vuex
### Expected behavior
use `setLocaleMessage` method without errors.
### Reproducti…
Tusko updated
2 years ago
-
### Version
5.3.3
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
no
### Current Behavior
问题:
首先,我在Echarts 4.x 版本的代码是没有问题的。将echarts的版本升级到当前较新的5.x版本之后,和echarts-gl的版本升级到2.x…