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

![image](https://user-images.githubusercontent.com/85205156/121335646-4fc37e80-c90a-11eb-840c-2387b273f78a.png) 如图 左右轴的分隔线不在一条水平线上 看起来很乱 有没有办法可以设置重合 ### Expect 期望结果 左右轴的分割线可以重合 ### Reproduce 重现示例

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

#### Check List - [ ] Regression test with the series attribute and the case of the extend props when the series is an array type - [ ] Synchronized...

downgrade docsify make it compatible with vuep to show v-chart demo Not sure what change cause issue. Here is [reference diff](https://github.com/docsifyjs/docsify/compare/v4.11.6...v4.12.0) for the version which not work since 4.12.0 ([release...

### Summary 简述 legend如果超出28条就不显示了应该如何解决?是bug还是需要配置什么? ### Expect 期望结果 显示出legend图例 ### Reproduce 重现示例 ![charts](https://user-images.githubusercontent.com/57131956/149610794-0ffe04a7-5c95-47f8-92d2-70de8e1f85b8.png)

### Summary 简述 ## 在vue2.5&vue-cli3.0环境下引入官方示例代码就直接报[Vue warn] ``` export default { data() { return { chartData: { columns: ['日期', '访问用户', '下单用户', '下单率'], rows: [ { '日期': '1/1', '访问用户': 1393, '下单用户': 1093,...

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

### Summary 简述 可以运行https://v-charts.js.org/#/ 上的样例,但当我在自己的代码中通过cdn方式引入v-charts,显示"[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option." 我不清楚是什么原因造成的,请问有人能帮我解决这个问题吗? ### Expect 期望结果...

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