Compare commits

...

17 Commits

Author SHA1 Message Date
c1881757a8 update dist and lib folder 2019-10-24 14:12:52 +08:00
a02654a565 update version to 2.4.7 2019-10-24 14:12:09 +08:00
36f9c6f8ab update change log 2019-10-24 14:11:25 +08:00
0b270cda52 Optimize memory leaks 2019-10-24 14:09:32 +08:00
2ca217a8af Optimize memory leaks 2019-10-24 10:29:07 +08:00
656de3a8dd update dist 2019-10-24 10:28:43 +08:00
915c54072d update version to 2.4.6 2019-10-24 10:28:34 +08:00
a01fcef7e4 update change log 2019-10-24 10:28:21 +08:00
1f1b1cb75d Optimize memory leaks 2019-10-24 10:22:03 +08:00
9b2395adf0 update readme 2019-10-22 13:52:58 +08:00
8d0ca493c9 update readme 2019-10-22 13:52:13 +08:00
6aa2d38b40 update repo url 2019-10-22 13:42:38 +08:00
2eeac4f247 update license 2019-10-22 11:45:29 +08:00
6d90ba617b update readme 2019-10-22 11:44:56 +08:00
8ae4aa7c17 update issue template url 2019-10-22 11:43:15 +08:00
c89f1d427a update icon url 2019-10-22 11:38:17 +08:00
JM
a5366587bc update readme 2019-09-25 12:11:21 +08:00
13 changed files with 1175 additions and 1155 deletions

View File

@ -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

View File

@ -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

View File

@ -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,10 +44,6 @@ Vue.use(borderBox1)
[UMD版使用示例](./umdExample.html)
### React版本
React版本已在开发中敬请期待
### 调研
关于React版本组件库及反馈请移步[问卷调查](https://www.wjx.cn/jq/45326197.aspx)
@ -61,7 +57,7 @@ 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)或添加反馈群进行反馈,也欢迎提供指正和建议,感谢各位的支持。
### 反馈

View File

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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]

View File

@ -35,7 +35,7 @@ export default {
if (!option) option = {}
chart.setOption(option)
chart.setOption(option, true)
}
},
methods: {

View File

@ -165,6 +165,8 @@ export default {
graph.animationCurve = animationCurve
graph.animationFrame = animationFrame
graph.animationEnd()
graph.animation('style', style, true)
graph.animation('shape', shape)
},

View File

@ -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",

View File

@ -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]

View File

@ -35,7 +35,7 @@ export default {
if (!option) option = {}
chart.setOption(option)
chart.setOption(option, true)
}
},
methods: {

View File

@ -165,6 +165,8 @@ export default {
graph.animationCurve = animationCurve
graph.animationFrame = animationFrame
graph.animationEnd()
graph.animation('style', style, true)
graph.animation('shape', shape)
},