Compare commits

...

6 Commits

Author SHA1 Message Date
bbdf7ea5a9 update readme 2019-11-08 16:11:04 +08:00
cabe75fed8 Merge branch 'master' of https://github.com/DataV-Team/Datav 2019-11-08 16:10:24 +08:00
431dddf0b5 update umd example 2019-11-08 16:09:54 +08:00
8b8fb00988 add sponsor 2019-10-26 19:21:50 +08:00
9f26ff6280 update dist and lib 2019-10-25 10:57:11 +08:00
5c52f9d6b0 Optimize the update process 2019-10-25 10:56:37 +08:00
7 changed files with 9 additions and 18 deletions

View File

@ -44,12 +44,6 @@ Vue.use(borderBox1)
[UMD版使用示例](./umdExample.html)
### 调研
关于React版本组件库及反馈请移步[问卷调查](https://www.wjx.cn/jq/45326197.aspx)
![问卷调查](./questionnaire.jpg)
### TODO
* **飞线图**添加多中心点及反向飞线功能
@ -60,7 +54,6 @@ Vue.use(borderBox1)
组件库的开发基于个人学习和兴趣由于技术水平及经验的限制组件尚有许多不完善之处如有BUG可及时提交[issue](https://github.com/DataV-Team/DataV/issues/new?template=bug_report.md)或添加反馈群进行反馈,也欢迎提供指正和建议,感谢各位的支持。
### 反馈
![Feedback](./QQGroup.png)
### Demo

View File

@ -17007,6 +17007,7 @@
graph,
mergedConfig
} = this;
graph.animationEnd();
mergeConfig();
if (!graph) return;
const {
@ -17018,7 +17019,6 @@
mergeShape(graph, shape);
graph.animationCurve = animationCurve;
graph.animationFrame = animationFrame;
graph.animationEnd();
graph.animation('style', style, true);
graph.animation('shape', shape);
},
@ -17058,7 +17058,7 @@
/* style */
const __vue_inject_styles__$n = function (inject) {
if (!inject) return
inject("data-v-801cb4a4_0", { source: ".dv-digital-flop canvas {\n width: 100%;\n height: 100%;\n}\n", map: {"version":3,"sources":["main.vue"],"names":[],"mappings":"AAAA;EACE,WAAW;EACX,YAAY;AACd","file":"main.vue","sourcesContent":[".dv-digital-flop canvas {\n width: 100%;\n height: 100%;\n}\n"]}, media: undefined });
inject("data-v-2cf25a2e_0", { source: ".dv-digital-flop canvas {\n width: 100%;\n height: 100%;\n}\n", map: {"version":3,"sources":["main.vue"],"names":[],"mappings":"AAAA;EACE,WAAW;EACX,YAAY;AACd","file":"main.vue","sourcesContent":[".dv-digital-flop canvas {\n width: 100%;\n height: 100%;\n}\n"]}, media: undefined });
};
/* scoped */

File diff suppressed because one or more lines are too long

View File

@ -151,6 +151,8 @@ export default {
update () {
const { mergeConfig, mergeShape, getShape, getStyle, graph, mergedConfig } = this
graph.animationEnd()
mergeConfig()
if (!graph) return
@ -165,8 +167,6 @@ export default {
graph.animationCurve = animationCurve
graph.animationFrame = animationFrame
graph.animationEnd()
graph.animation('style', style, true)
graph.animation('shape', shape)
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -151,6 +151,8 @@ export default {
update () {
const { mergeConfig, mergeShape, getShape, getStyle, graph, mergedConfig } = this
graph.animationEnd()
mergeConfig()
if (!graph) return
@ -165,8 +167,6 @@ export default {
graph.animationCurve = animationCurve
graph.animationFrame = animationFrame
graph.animationEnd()
graph.animation('style', style, true)
graph.animation('shape', shape)
},

View File

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