Skip to content

Commit

Permalink
fix: update values to numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vitPinchuk committed Feb 7, 2024
1 parent 31f42f7 commit ded8959
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions echarts.volkovlabs.io/bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down
4 changes: 2 additions & 2 deletions echarts.volkovlabs.io/gauge.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@
"fields": [
{
"name": "value",
"type": "string",
"type": "number",
"config": {},
"values": ["75"]
"values": [75]
}
],
"meta": {},
Expand Down
28 changes: 14 additions & 14 deletions echarts.volkovlabs.io/line.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand All @@ -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": {},
Expand All @@ -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": {},
Expand All @@ -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": {},
Expand All @@ -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": {},
Expand Down
4 changes: 2 additions & 2 deletions echarts.volkovlabs.io/pie.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
},
{
"name": "value",
"type": "string",
"type": "number",
"config": {},
"values": ["1048", "735", "580", "484", "300"]
"values": [1048, 735, 580, 484, 300]
}
],
"meta": {},
Expand Down

0 comments on commit ded8959

Please sign in to comment.