DataV icon indicating copy to clipboard operation
DataV copied to clipboard

Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)

Results 152 DataV issues
Sort by recently updated
recently updated
newest added

## Bug report #### 出现Bug的组件? dv-scroll-board #### 组件配置数据? config: { header: ["异常设备", "异常信息", "异常代码"], data: [], rowNum: 5, //表格行数 waitTime:5000, headerHeight: 35, headerBGC: "#0f1325", //表头 oddRowBGC: "#0f1325", //奇数行 evenRowBGC: "#171c33",...

轮播表 align: ['center'] 设置没有居中显示

我想成为贡献者vue3版本的贡献者

## Bug report #### 出现Bug的组件? #### 组件配置数据? #### 控制台错误输出? #### 期望情况? #### 实际情况? #### 其他相关信息 - DataV版本 - 浏览器版本 - 其他

在特殊分辨率下,stroke-width=“3” 显示效果较差,建议将stroke-width属性化

Could you tell me the author , Do you plan to support Vue3.0 and when do you expect to implement it

## Bug report 版本: "@jiaminghi/data-view": "^2.10.0", // 按需引入 dataV import { fullScreenContainer } from '@jiaminghi/data-view' Vue.use(fullScreenContainer) ![image](https://user-images.githubusercontent.com/43056440/105954243-6382ec80-60af-11eb-84a5-5bf12efd6305.png)

详细文档地址打不开了,希望尽快修复,谢谢

![590be99720ef9efcc480716f6d6e6bb](https://user-images.githubusercontent.com/30878061/104439524-26592d80-55cc-11eb-92a2-1560a76c6680.png) ![cbb31d8c7037f6681750740ad332dc3](https://user-images.githubusercontent.com/30878061/104439544-2b1de180-55cc-11eb-87ab-561bf7633f8e.png) https://user-images.githubusercontent.com/30878061/104439551-2d803b80-55cc-11eb-8b34-aa43afaec1ab.mp4 为什么我的轮播图,显示如果是一个数字的话 会给我 多出来个字“个” config: { header: ["组件", "分支", "覆盖率"], data: [ ["组件1", "123", "↑75%"], ["组件2", "2", "↓33%"], ["组件3", "2", "↑100%"], ["组件4", "3", "↑94%"], ["组件5", "1", "↑95%"], ["组件6",...

在data数据递增更新时报错: RangeError: Invalid array length at eval (bezierCurveToPolyline.js?2db9:123) at Array.map () at getSegmentPointsDistance (bezierCurveToPolyline.js?2db9:122) at eval (bezierCurveToPolyline.js?2db9:233) at Array.forEach () at _loop (bezierCurveToPolyline.js?2db9:226) at calcUniformPointsByIteration (bezierCurveToPolyline.js?2db9:254) at abstractBezierCurveToPolyline (bezierCurveToPolyline.js?2db9:59) at...