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 简述 环图设置limitShowNum 会出现其他不显示情况 ### Expect 期望结果 环图设置limitShowNum 其他显示 ### Reproduce 重现示例 export default { data () { this.chartSettings = { limitShowNum: 30 } return { chartData: { columns:...

是因为上次的内部调整, 人都裁掉了吗 ?

### Summary 简述 类似Prometheus 这种,当数据有多个字符串类型的维度的时候,每个维度的数据都能通过各自的曲线展示出来 ![image](https://user-images.githubusercontent.com/14009307/75778093-1f4d7600-5d92-11ea-823d-b04ef5a94296.png) ### Expect 期望结果 如上图所示:比如有多个省份或者多个城市的时候,能够将数据用不同的曲线展示出来。 目前看官方文档,貌似dimension 只支持数字类型的维度。实际测试的时候也是这样的,非数字的维度不会展示出来: ` return { chartData: { columns: ['日期', '销售员', '销售额'], dimension: ['日期', '销售员'], rows: [ { '日期': '1月1日', '销售员':...

### Summary 简述 option更新后,视图没有更新,想重绘图表,请问如何重绘v-charts ### Expect 期望结果 ### Reproduce 重现示例

今天有点倒霉三件:第一是用支付宝刷地铁乘车码,出BUG系统一直繁忙,没出得了站害我迟到;第二点外卖: 饿了么蓝骑士一直在取货1个多小时,把我饿惨了;第三 今天准备用v-charts 结果给我了一个惊喜,结果大家都知道;

### Summary 简述 This dependency was not found: * echarts/lib/visual/dataColor in ./node_modules/echarts-liquidfill/src/liquidFill.js To install it, you can run: npm install --save echarts/lib/visual/dataColor Error from chokidar (D:\): Error: EBUSY: resource busy...

### Summary 简述 ![800](https://user-images.githubusercontent.com/31872581/43947490-d979fc0a-9cba-11e8-8c1a-638e650b669a.png) 如图,我像将图表的默认宽度400px调小一点,使宽度和高度一样,可是实现吗 ### Expect 期望结果 ### Reproduce 重现示例

question
solved

echarts貌似有通过对数据处理的方式将条形图居中对齐, vcharts的数据结构与echarts有差异, 应该如何把底部对齐的条形图改为居中对齐

### Summary 简述 在使用v-charts的地图组件时候,控制台报错 `Map not exists. The GeoJSON of the map must be provided.`,但是地图显示正常,数据也能正常显示。使用的是最新的[email protected]版本,经测试使用[email protected]版本没有这个问题报错。 ### Expect 期望结果 解决控制台报错 ### Reproduce 重现示例 `geoSourceManager.js?5b87:98 Map not exists. The GeoJSON of the...