Skip to content

Commit

Permalink
update dist and lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaming743 committed Oct 24, 2019
1 parent a02654a commit c188175
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions dist/datav.map.vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -16757,7 +16757,7 @@
} = this;
if (!chart) return;
if (!option) option = {};
chart.setOption(option);
chart.setOption(option, true);
}

},
Expand Down Expand Up @@ -16809,7 +16809,7 @@
/* style */
const __vue_inject_styles__$m = function (inject) {
if (!inject) return
inject("data-v-507831a4_0", { source: ".dv-charts-container {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-charts-container .charts-canvas-container {\n width: 100%;\n height: 100%;\n}\n", map: {"version":3,"sources":["main.vue"],"names":[],"mappings":"AAAA;EACE,kBAAkB;EAClB,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;EACX,YAAY;AACd","file":"main.vue","sourcesContent":[".dv-charts-container {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-charts-container .charts-canvas-container {\n width: 100%;\n height: 100%;\n}\n"]}, media: undefined });
inject("data-v-5e36f670_0", { source: ".dv-charts-container {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-charts-container .charts-canvas-container {\n width: 100%;\n height: 100%;\n}\n", map: {"version":3,"sources":["main.vue"],"names":[],"mappings":"AAAA;EACE,kBAAkB;EAClB,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;EACX,YAAY;AACd","file":"main.vue","sourcesContent":[".dv-charts-container {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-charts-container .charts-canvas-container {\n width: 100%;\n height: 100%;\n}\n"]}, media: undefined });

};
/* scoped */
Expand Down Expand Up @@ -17018,6 +17018,7 @@
mergeShape(graph, shape);
graph.animationCurve = animationCurve;
graph.animationFrame = animationFrame;
graph.animationEnd();
graph.animation('style', style, true);
graph.animation('shape', shape);
},
Expand Down Expand Up @@ -17057,7 +17058,7 @@
/* style */
const __vue_inject_styles__$n = function (inject) {
if (!inject) return
inject("data-v-9869eff4_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-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 });

};
/* scoped */
Expand Down
2 changes: 1 addition & 1 deletion dist/datav.min.vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/components/charts/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
if (!option) option = {}
chart.setOption(option)
chart.setOption(option, true)
}
},
methods: {
Expand Down
2 changes: 2 additions & 0 deletions lib/components/digitalFlop/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ export default {
graph.animationCurve = animationCurve
graph.animationFrame = animationFrame
graph.animationEnd()
graph.animation('style', style, true)
graph.animation('shape', shape)
},
Expand Down

0 comments on commit c188175

Please sign in to comment.