From 0a53c67244f5bf2f791bfc88984e802bd97392c2 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Mon, 29 Aug 2022 10:40:15 +0300 Subject: add charts animation, fix datepicker form --- src/components/_sila/Global/Chart.vue | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components') 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) { -- cgit v1.2.3