vue-echarts-v3 icon indicating copy to clipboard operation
vue-echarts-v3 copied to clipboard

Vue.js(v2.x+) component wrap for ECharts.js(v3.x+)

Results 10 vue-echarts-v3 issues
Sort by recently updated
recently updated
newest added

support echarts v4.2.1 please

support echarts v5.0.2 please

With jest, I would like to test my components which have child components of vue-echarts-v3 imported by full.js. I think it is due to using the native source code in...

项目中用到了vue-echarts-v3,在flex三栏等分布局中出现缩放问题,具体表现为,舞台拉大Echarts可以正常变大,但是缩小失效,具体代码如下: ``` ```

fix: import lite mode Error: Component legend.scroll not exists. Load it first.

change language to "English" in toolbox import component "toolbox" // import 'echarts/lib/component/toolbox'; Please let me know about solution @xlsdg @morkro

We override the toolbox/tooltip label to English by using options. But once we click the tools, the title shows [object, object] and some tooltip went back to Chinese. How to...

Got it working like this. quasar.conf.js: ```html boot: [ 'auth', 'i18n', 'axios', { server: false, path: 'echarts' } ], ``` boot file: ```html // https://github.com/xlsdg/vue-echarts-v3 import * as ECharts from...

360极速模式没有问题,兼容模式无法加载图表。

is any way to active (same as hover) a slice when a button click . ![image](https://user-images.githubusercontent.com/31384107/55668815-5074ac00-588c-11e9-913d-effdc8fba7e8.png) when i clicked on the manual button i want to zoom that manual slice...