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

### Summary 简述 ### Expect 期望结果 ### Reproduce 重现示例

### Summary 简述 如图 单独引入VeRing,graphic 无效,设置了环中也不会显示文字。 ### Expect 期望结果 如下图 ![image](https://user-images.githubusercontent.com/13384347/113380448-d7db5400-93ae-11eb-8371-8147f21d3dce.png) ![image](https://user-images.githubusercontent.com/13384347/113380510-022d1180-93af-11eb-8fd4-4c55855d6ece.png) 在单独引入组件的情况下期待如下效果: ![image](https://user-images.githubusercontent.com/13384347/113380602-3ef90880-93af-11eb-9404-0c81614ec3d6.png) ### Reproduce 重现示例

### 比如增加标识元素的属性 标识元素包括:markLine、markArea、markPoint,当我们图标包含多根折线,设置的标识元素会被增加到每一个折线上,这样我们需要用到afterConfig属性,而不是官网的extend属性。 地址:https://jsfiddle.net/chiputao/w7ze023g/1/

### Summary 简述 ### Expect 期望结果 ### Reproduce 重现示例 ![image](https://user-images.githubusercontent.com/42295696/108582477-ae221c80-736e-11eb-87d9-9653fea7dd14.png)

###function setExtend ``` options[attr].forEach(function (option, index) { options[attr][index] = _extends({}, option, value); }); ``` 修改为后我的yAxis传入数组才能正常显示图表 ``` options[attr].forEach(function (option, index) { options[attr][index] = _extends({}, option, value[index]); }); ```

### Summary 简述 ### Expect 期望结果 ### Reproduce 重现示例

### Summary 简述 ### Expect 期望结果 ### Reproduce 重现示例 ![image](https://user-images.githubusercontent.com/22023473/110920829-cdeaa600-8358-11eb-9cce-bfa56683fc02.png)

### Summary 简述 查看了各issue结果, 看到有单折现图时面积渐变的, [然后对应echart的demo](https://echarts.apache.org/examples/zh/editor.html?c=line-tooltip-touch) 试着配置了一下, 发现并不能生效 ### Expect 期望结果 多数据, 折线图面积中能有对应的渐变色 现在setting中配置是生效的, 但是在extend中的series想配置多个的时候就不生效了 ### Reproduce 重现示例 [demo地址](https://codepen.io/feng9217/pen/NWbzRge)

### Summary 简述 ### Expect 期望结果 ### Reproduce 重现示例