From ded8959188d6251389f96596ebbc48d362851190 Mon Sep 17 00:00:00 2001 From: Vitali Pinchuk Date: Wed, 7 Feb 2024 16:32:35 +0300 Subject: [PATCH] fix: update values to numbers --- echarts.volkovlabs.io/bar.json | 16 ++++++++-------- echarts.volkovlabs.io/gauge.json | 4 ++-- echarts.volkovlabs.io/line.json | 28 ++++++++++++++-------------- echarts.volkovlabs.io/pie.json | 4 ++-- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/echarts.volkovlabs.io/bar.json b/echarts.volkovlabs.io/bar.json index d7f7b7f..80b4962 100644 --- a/echarts.volkovlabs.io/bar.json +++ b/echarts.volkovlabs.io/bar.json @@ -118,9 +118,9 @@ }, { "name": "Value", - "type": "string", + "type": "number", "config": {}, - "values": ["120", "200", "150", "80", "70", "110", "130"] + "values": [120, 200, 150, 80, 70, 110, 130] } ], "meta": {}, @@ -241,9 +241,9 @@ }, { "name": "Value", - "type": "string", + "type": "number", "config": {}, - "values": ["10", "52", "200", "334", "390", "330", "220"] + "values": [120, 52, 200, 334, 390, 330, 220] } ], "meta": {}, @@ -509,15 +509,15 @@ }, { "name": "2011", - "type": "string", + "type": "number", "config": {}, - "values": ["18203", "19325", "29034", "104970", "131744", "630230"] + "values": [18203, 19325, 29034, 104970, 131744, 630230] }, { "name": "2012", - "type": "string", + "type": "number", "config": {}, - "values": ["23489", "23438", "31000", "121594", "134141", "681807"] + "values": [23489, 23438, 31000, 121594, 134141, 681807] } ], "meta": {}, diff --git a/echarts.volkovlabs.io/gauge.json b/echarts.volkovlabs.io/gauge.json index 561890d..0a09d0b 100644 --- a/echarts.volkovlabs.io/gauge.json +++ b/echarts.volkovlabs.io/gauge.json @@ -244,9 +244,9 @@ "fields": [ { "name": "value", - "type": "string", + "type": "number", "config": {}, - "values": ["75"] + "values": [75] } ], "meta": {}, diff --git a/echarts.volkovlabs.io/line.json b/echarts.volkovlabs.io/line.json index f5876e3..aacff96 100644 --- a/echarts.volkovlabs.io/line.json +++ b/echarts.volkovlabs.io/line.json @@ -122,8 +122,8 @@ { "config": {}, "name": "Value", - "type": "string", - "values": ["150", "230", "224", "218", "135", "147", "260"] + "type": "number", + "values": [150, 230, 224, 218, 135, 147, 260] } ], "meta": {}, @@ -249,9 +249,9 @@ }, { "name": "Value", - "type": "string", + "type": "number", "config": {}, - "values": ["820", "932", "901", "934", "1290", "1330", "1320"] + "values": [820, 932, 901, 934, 1290, 1330, 1320] } ], "meta": {}, @@ -402,9 +402,9 @@ "fields": [ { "name": "Value", - "type": "string", + "type": "number", "config": {}, - "values": ["120", "132", "101", "134", "90", "230", "210"] + "values": [120, 132, 101, 134, 90, 230, 210] } ], "meta": {}, @@ -422,9 +422,9 @@ "fields": [ { "name": "Value", - "type": "string", + "type": "number", "config": {}, - "values": ["220", "182", "191", "234", "290", "330", "310"] + "values": [220, 182, 191, 234, 290, 330, 310] } ], "meta": {}, @@ -442,9 +442,9 @@ "fields": [ { "name": "value", - "type": "string", + "type": "number", "config": {}, - "values": ["150", "232", "201", "154", "190", "330", "410"] + "values": [150, 232, 201, 154, 190, 330, 410] } ], "meta": {}, @@ -462,9 +462,9 @@ "fields": [ { "name": "Value", - "type": "string", + "type": "number", "config": {}, - "values": ["320", "332", "301", "334", "390", "330", "320"] + "values": [320, 332, 301, 334, 390, 330, 320] } ], "meta": {}, @@ -482,9 +482,9 @@ "fields": [ { "name": "value", - "type": "string", + "type": "number", "config": {}, - "values": ["820", "932", "901", "934", "1290", "1330", "1320"] + "values": [820, 932, 901, 934, 1290, 1330, 1320] } ], "meta": {}, diff --git a/echarts.volkovlabs.io/pie.json b/echarts.volkovlabs.io/pie.json index 8ca3fb0..e29dff1 100644 --- a/echarts.volkovlabs.io/pie.json +++ b/echarts.volkovlabs.io/pie.json @@ -107,9 +107,9 @@ }, { "name": "value", - "type": "string", + "type": "number", "config": {}, - "values": ["1048", "735", "580", "484", "300"] + "values": [1048, 735, 580, 484, 300] } ], "meta": {},