v-charts icon indicating copy to clipboard operation
v-charts copied to clipboard

基于 Vue2.0 和 ECharts 封装的图表组件📈📊

Results 110 v-charts issues
Sort by recently updated
recently updated
newest added

Sorry for your time. I have to make a little more adjustment here.
Please also help us to change the word "ECharts" in "About" description to "Apache ECharts (incubating)". Thank...

### Summary 简述 我想添加全局的click事件,原echarts可以通过 `chart.getZr().on('click')` 其中 `var chart = echarts.init(document.getElementById('main'));` 请问v-charts如何获取echarts实例, 进而进一步设置全局click事件?

### Summary 图表切换 ### Expect 期望结果 ### Reproduce 重现示例

代码如下: ` itemStyle: { color: function () { return "#ff0000" } } ` 结果如下: ![image](https://user-images.githubusercontent.com/30031554/89614191-81b52000-d8b6-11ea-9dcc-85f5bbcded5f.png) echarts中是可以的

### Summary 简述 请问如何设置v-charts的线性颜色渐变,如果引入echarts之后可以在series中设置颜色渐变效果,但是现在想单纯只靠v-charts实现相应的效果,应该如何设置。 ### Expect 期望结果 只靠v-charts实现颜色线性渐变效果 ### Reproduce 重现示例 series: { itemStyle: { // 控制平常状态和鼠标悬浮时的颜色渐变 normal: { color: new echarts.graphic.LinearGradient( 0, 0, 0, 1, [ { offset: 0.5,...

question

### Summary 简述 散点图涟漪效果,series属性里面的data是动态加载的,需要实时更新,现在第一次绑定数据时绑定不上去,小圆点效果不能显示,需要手动重新加载整个组件小圆点效果才能更新上去,导致以后每次更新数据都要重新加载组件,显示效果很不友好,有没有好的解决方案? ### Expect 期望结果 ### Reproduce 重现示例

### Summary 简述 在zoom等于1的时候,创建图表没有问题,但是页面特别不好看,默认用command - 手动缩放页面是正常的,但是如果用css控制页面缩放,如: ```css @media screen and (min-width: 1200px) { html { zoom: 79%; } } ``` 发现图表就不正常了,展现没问题,但是鼠标放上去,发现点位变了。 ![image](https://user-images.githubusercontent.com/4961402/88129184-0c84f200-cc0a-11ea-932d-c46dcd2d2b2b.png) ### Expect 期望结果 在不同的zoom比例下,能够正常使用。 ### Reproduce 重现示例 ```css...

### Summary 简述 ![image](https://user-images.githubusercontent.com/52389215/87897191-204f1d80-ca7d-11ea-9a79-af56d916fc94.png) ### Expect 期望结果 一些没有数据的地方的柱体怎么不要了,让有数据的柱体占位中间位置 ### Reproduce 重现示例