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 简述 名字在小圆圈节点上显示 ![image](https://user-images.githubusercontent.com/49895922/71475520-86dbc800-281b-11ea-98e8-10b653d4e4b0.png) ### Expect 期望结果 名字在小圆圈节点前面显示 ![image](https://user-images.githubusercontent.com/49895922/71475531-92c78a00-281b-11ea-827e-16fcaf7988b2.png) ### Reproduce 重现示例

### Summary 简述 设置宽度150高度150canvas里面的图表无法自动适配到150*150 ### Expect 期望结果 ### Reproduce 重现示例 ![image](https://user-images.githubusercontent.com/29095188/62094828-08511d80-b2b1-11e9-8282-ad258d258e38.png)

### Summary 简述 我有n组数据,是n个传感器在特定时间采集的值,但是每个传感器的采集时间都是不一致的。怎么使得传感器形成的折线图能够连接起来 ### Expect 期望结果 我设置 connectnulls=true 没有用 ### Reproduce 重现示例

### Summary 简述 无法实现step-line的效果 ### Expect 期望结果 https://www.echartsjs.com/examples/zh/editor.html?c=line-step ### Reproduce 重现示例

### Summary 简述 如题 ### Expect 期望结果 可修改 ### Reproduce 重现示例

### Summary 简述 tree 使用自定义图标 首次加载 name 和 symbol 不显示 点击后才显示,收回后再展开 ,子节点 图标会消失 ![无标题](https://user-images.githubusercontent.com/46819528/82111119-48688a80-9775-11ea-92d4-9d010d3c73e8.png) ` ` `const treeData = { name: '管理员(dbwl_admin)', symbol: 'image://http://192.168.0.111:8090/assets/images/manager/admin.png', 'symbolSize': [18, 18], 'children': [{ 'name':...

![image](https://user-images.githubusercontent.com/21236047/83224219-760af600-a1af-11ea-97c0-90d07eff69db.png)

### Summary 简述 仪表盘自定义显示样式,无法实现 ### Expect 期望结果 https://codepen.io/pen?editors=0010 ### Reproduce 重现示例 ```js``` axisLabel: { textStyle: { // 属性lineStyle控制线条样式 fontWeight: "bolder", color: "#fff", shadowColor: "#fff", //默认透明 shadowBlur: 10 }, formatter: function(v)...

### Summary 简述 您好,就像题目里面说的一样,我现在的项目里面的图表是基于v-charts实现的,现在有一个地图的组件,也想这么做(用ve-map实现),但是因为对这个地图的精确度要求比较高,因此想请问ve-map是基于什么标准绘制的地图。 ### Expect 期望结果 希望了解ve-map绘制地图基于什么标准,谢谢。 ### Reproduce 重现示例