summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-27 15:35:55 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-27 15:35:55 +0300
commite5ef39d44b0d4147b89c753f3a35121bdd0b8c25 (patch)
treef54af0614b773f3414aa39eb9454ab3ea6d14b42
parent6696ec8e3bc2de78224ab95c512569b7c151ff11 (diff)
downloadwebui-vue-e5ef39d44b0d4147b89c753f3a35121bdd0b8c25.tar.xz
change chart type line => spline
-rw-r--r--src/components/_sila/Global/Chart.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 8538bbd3..cfe4e372 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -147,7 +147,7 @@ export default {
chartOptions() {
return {
chart: {
- type: 'line',
+ type: 'spline',
margin: [12, 50, 32, 60],
height: '320px',
},