Compare commits
23 Commits
V2.4.5-alp
...
V2.4.8-alp
Author | SHA1 | Date | |
---|---|---|---|
bbdf7ea5a9 | |||
cabe75fed8 | |||
431dddf0b5 | |||
8b8fb00988 | |||
9f26ff6280 | |||
5c52f9d6b0 | |||
c1881757a8 | |||
a02654a565 | |||
36f9c6f8ab | |||
0b270cda52 | |||
2ca217a8af | |||
656de3a8dd | |||
915c54072d | |||
a01fcef7e4 | |||
1f1b1cb75d | |||
9b2395adf0 | |||
8d0ca493c9 | |||
6aa2d38b40 | |||
2eeac4f247 | |||
6d90ba617b | |||
8ae4aa7c17 | |||
c89f1d427a | |||
a5366587bc |
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,4 +1,17 @@
|
||||
# 2.4.5-alpha (2019-++-++)
|
||||
# 2.4.7-alpha (2019-10-24)
|
||||
|
||||
### perfect
|
||||
|
||||
- **charts:** Optimize memory leaks.
|
||||
- **digitalFlop:** Optimize memory leaks.
|
||||
|
||||
# 2.4.6-alpha (2019-10-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **activeRingChart:** Optimize memory leaks [(#16)](https://github.com/jiaming743/DataV/issues/16),[(#20)](https://github.com/jiaming743/DataV/issues/20).
|
||||
|
||||
# 2.4.5-alpha (2019-09-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019-present, JiaMing
|
||||
Copyright (c) 2019-present, DataV-Team
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
19
README.md
19
README.md
@ -2,8 +2,8 @@
|
||||
|
||||
<h1 align="center">DataV</h1>
|
||||
<p align="center">
|
||||
<a href="https://github.com/jiaming743/datav/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/github/license/jiaming743/datav.svg" alt="LICENSE" />
|
||||
<a href="https://github.com/DataV-Team/datav/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/github/license/DataV-Team/datav.svg" alt="LICENSE" />
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@jiaminghi/data-view">
|
||||
<img src="https://img.shields.io/npm/v/@jiaminghi/data-view.svg" alt="LICENSE" />
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
## DataV是干什么的?
|
||||
|
||||
* DataV是一个基于**Vue**的数据可视化组件库
|
||||
* DataV是一个基于**Vue**的数据可视化组件库(当然也有[React版本](https://github.com/DataV-Team/DataV-React))
|
||||
* 提供用于提升页面视觉效果的**SVG**边框和装饰
|
||||
* 提供常用的**图表**如折线图等
|
||||
* 飞线图/轮播表等其他组件
|
||||
@ -44,16 +44,6 @@ Vue.use(borderBox1)
|
||||
|
||||
[UMD版使用示例](./umdExample.html)
|
||||
|
||||
### React版本
|
||||
|
||||
React版本已在开发中,敬请期待
|
||||
|
||||
### 调研
|
||||
|
||||
关于React版本组件库及反馈请移步[问卷调查](https://www.wjx.cn/jq/45326197.aspx)
|
||||
|
||||

|
||||
|
||||
### TODO
|
||||
|
||||
* **飞线图**添加多中心点及反向飞线功能
|
||||
@ -61,10 +51,9 @@ React版本已在开发中,敬请期待
|
||||
|
||||
### 致谢
|
||||
|
||||
组件库的开发基于个人学习和兴趣,由于技术水平及经验的限制,组件尚有许多不完善之处,如有BUG可及时提交[issue](https://github.com/jiaming743/DataV/issues/new?template=bug_report.md)或添加反馈群进行反馈,也欢迎提供指正和建议,感谢各位的支持。
|
||||
组件库的开发基于个人学习和兴趣,由于技术水平及经验的限制,组件尚有许多不完善之处,如有BUG可及时提交[issue](https://github.com/DataV-Team/DataV/issues/new?template=bug_report.md)或添加反馈群进行反馈,也欢迎提供指正和建议,感谢各位的支持。
|
||||
|
||||
### 反馈
|
||||
|
||||

|
||||
|
||||
### Demo
|
||||
|
@ -3,8 +3,8 @@
|
||||
<h1 align="center">DataV</h1>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/jiaming743/datav/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/github/license/jiaming743/datav.svg" alt="LICENSE" />
|
||||
<a href="https://github.com/DataV-Team/datav/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/github/license/DataV-Team/datav.svg" alt="LICENSE" />
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@jiaminghi/data-view">
|
||||
<img src="https://img.shields.io/npm/v/@jiaminghi/data-view.svg" alt="LICENSE" />
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
## What is DataV?
|
||||
|
||||
* DataV is a data **visualization** components library based on **Vue**.
|
||||
* DataV is a data **visualization** components library based on **Vue**(Of course there are also [React versions](https://github.com/DataV-Team/DataV-React)).
|
||||
* Provide cool **SVG** borders and decorations.
|
||||
* Provide common **charts** such as line chart, etc..
|
||||
* flying line chart, carousel table and etc.
|
||||
@ -62,7 +62,7 @@ React version of the component library and feedback[Questionnaire](https://www.w
|
||||
|
||||
### Acknowledgement
|
||||
|
||||
The development of the component library is based on personal learning and interest. Due to technical level and experience limitations, there are still many imperfections in the components. If there are errors, you can submit [issue](https://github.com/jiaming743/DataV/issues/new?template=bug_report.md) in time or add feedback groups for feedback. Welcome to provide corrections and suggestions. Thank you for your support.
|
||||
The development of the component library is based on personal learning and interest. Due to technical level and experience limitations, there are still many imperfections in the components. If there are errors, you can submit [issue](https://github.com/DataV-team/DataV/issues/new?template=bug_report.md) in time or add feedback groups for feedback. Welcome to provide corrections and suggestions. Thank you for your support.
|
||||
|
||||
### Feedback
|
||||
|
||||
|
2267
dist/datav.map.vue.js
vendored
2267
dist/datav.map.vue.js
vendored
File diff suppressed because one or more lines are too long
2
dist/datav.min.vue.js
vendored
2
dist/datav.min.vue.js
vendored
File diff suppressed because one or more lines are too long
@ -174,7 +174,7 @@ export default {
|
||||
|
||||
const option = getRingOption()
|
||||
|
||||
chart.setOption(option)
|
||||
chart.setOption(option, true)
|
||||
|
||||
ringAnimation()
|
||||
},
|
||||
@ -236,7 +236,7 @@ export default {
|
||||
}
|
||||
})
|
||||
|
||||
chart.setOption(option)
|
||||
chart.setOption(option, true)
|
||||
|
||||
const { activeTimeGap } = option.series[0]
|
||||
|
||||
|
@ -35,7 +35,7 @@ export default {
|
||||
|
||||
if (!option) option = {}
|
||||
|
||||
chart.setOption(option)
|
||||
chart.setOption(option, true)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -151,6 +151,8 @@ export default {
|
||||
update () {
|
||||
const { mergeConfig, mergeShape, getShape, getStyle, graph, mergedConfig } = this
|
||||
|
||||
graph.animationEnd()
|
||||
|
||||
mergeConfig()
|
||||
|
||||
if (!graph) return
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jiaminghi/data-view",
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.7",
|
||||
"author": "JiaMing <743192023@qq.com>",
|
||||
"description": "Vue Large screen data display component library",
|
||||
"main": "lib/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jiaming743/DataV.git"
|
||||
"url": "https://github.com/DataV-Team/DataV.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build/index.js",
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jiaming743/DataV/issues"
|
||||
"url": "https://github.com/DataV-Team/DataV/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
@ -28,7 +28,7 @@
|
||||
"@jiaminghi/charts": "*",
|
||||
"@babel/runtime": "^7.5.5"
|
||||
},
|
||||
"homepage": "https://github.com/jiaming743/DataV#readme",
|
||||
"homepage": "https://github.com/DataV-Team/DataV#readme",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.5",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
@ -174,7 +174,7 @@ export default {
|
||||
|
||||
const option = getRingOption()
|
||||
|
||||
chart.setOption(option)
|
||||
chart.setOption(option, true)
|
||||
|
||||
ringAnimation()
|
||||
},
|
||||
@ -236,7 +236,7 @@ export default {
|
||||
}
|
||||
})
|
||||
|
||||
chart.setOption(option)
|
||||
chart.setOption(option, true)
|
||||
|
||||
const { activeTimeGap } = option.series[0]
|
||||
|
||||
|
@ -35,7 +35,7 @@ export default {
|
||||
|
||||
if (!option) option = {}
|
||||
|
||||
chart.setOption(option)
|
||||
chart.setOption(option, true)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -151,6 +151,8 @@ export default {
|
||||
update () {
|
||||
const { mergeConfig, mergeShape, getShape, getStyle, graph, mergedConfig } = this
|
||||
|
||||
graph.animationEnd()
|
||||
|
||||
mergeConfig()
|
||||
|
||||
if (!graph) return
|
||||
|
@ -3,14 +3,12 @@
|
||||
<head>
|
||||
<title>DataV</title>
|
||||
<script src="https://unpkg.com/vue"></script>
|
||||
<!--Resources are located on personal servers for experience and testing only, do not use in production environments-->
|
||||
<!--资源位于个人服务器仅供体验和测试,请勿在生产环境使用-->
|
||||
<!--Debug version-->
|
||||
<!--调试版-->
|
||||
<script src="http://lib.jiaminghi.com/datav/datav.map.vue.js"></script>
|
||||
<script src="https://unpkg.com/@jiaminghi/data-view/dist/datav.map.vue.js"></script>
|
||||
<!--Compression version-->
|
||||
<!--压缩版-->
|
||||
<!-- <script src="http://lib.jiaminghi.com/datav/datav.min.vue.js"></script> -->
|
||||
<!-- <script src="https://unpkg.com/@jiaminghi/data-view/dist/datav.min.vue.js"></script> -->
|
||||
<style>
|
||||
html, body, #app {
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user