Skip to content

Commit

Permalink
Fix Russia in countries map
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis authored Dec 2, 2023
1 parent 145835c commit a234f3e
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "10.1.4"
"version": "10.2.0"
},
{
"type": "datasource",
Expand Down Expand Up @@ -95,6 +95,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -256,6 +257,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -417,6 +419,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -621,7 +624,7 @@
},
"textMode": "auto"
},
"pluginVersion": "10.1.4",
"pluginVersion": "10.2.0",
"repeat": "games",
"repeatDirection": "h",
"targets": [
Expand Down Expand Up @@ -784,7 +787,7 @@
},
"textMode": "auto"
},
"pluginVersion": "10.1.4",
"pluginVersion": "10.2.0",
"repeat": "games",
"repeatDirection": "h",
"targets": [
Expand Down Expand Up @@ -913,6 +916,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -1098,6 +1102,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -1283,6 +1288,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -1468,6 +1474,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -1585,6 +1592,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -1749,6 +1757,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -2020,7 +2029,7 @@
"zoom": 1.69
}
},
"pluginVersion": "10.1.4",
"pluginVersion": "10.2.0",
"targets": [
{
"datasource": {
Expand All @@ -2030,7 +2039,7 @@
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "SELECT SUM(net_units_sold), country FROM steam_sold GROUP BY country",
"rawSql": "SELECT SUM(net_units_sold), REPLACE(country, 'Russian Federation', 'Russia') as country FROM steam_sold GROUP BY country",
"refId": "A",
"sql": {
"columns": [
Expand Down Expand Up @@ -2114,7 +2123,7 @@
},
"showHeader": true
},
"pluginVersion": "10.1.4",
"pluginVersion": "10.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -2151,7 +2160,6 @@
],
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"templating": {
"list": [
Expand Down Expand Up @@ -2185,6 +2193,6 @@
"timezone": "",
"title": "Steam summary",
"uid": "iqXsNB1nk",
"version": 9,
"version": 2,
"weekStart": ""
}

0 comments on commit a234f3e

Please sign in to comment.