summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/_sila/Global/Chart.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index f6c389f8..4cfef554 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -131,6 +131,7 @@ export default {
margin: [52, 50, 32, 60],
height: '360px',
zoomType: 'xy',
+ animation: true,
resetZoomButton: {
position: {
x: 0,
@@ -361,6 +362,7 @@ export default {
},
setCategories(count, desc) {
const arr = [...new Array(count)].map((i, k) => `${k} ${desc}`);
+ console.log(arr);
return arr;
},
setSpeed(count) {