Skip to content

Commit

Permalink
chore: add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 2, 2024
1 parent 5ea3d7f commit 2cf833d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions flight-data-ingester/grafana_provisioning/dashboards/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
"type": "grafana-postgresql-datasource",
"uid": "edwaq5vjcr668c"
},
"description": "This chart is controlled by variables: latitude, longitude and h3 resolution. \n\nIt displays data within the h3 hexagon.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -389,6 +390,7 @@
"type": "grafana-postgresql-datasource",
"uid": "edwaq5vjcr668c"
},
"description": "This chart is controlled by variables: latitude, longitude and h3 resolution. \n\nIt displays data within the h3 hexagon.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -529,8 +531,8 @@
{
"current": {
"selected": false,
"text": "39.6668",
"value": "39.6668"
"text": "40.5139",
"value": "40.5139"
},
"datasource": {
"type": "grafana-postgresql-datasource",
Expand All @@ -553,8 +555,8 @@
{
"current": {
"selected": false,
"text": "-119.0129",
"value": "-119.0129"
"text": "-115.6167",
"value": "-115.6167"
},
"datasource": {
"type": "grafana-postgresql-datasource",
Expand All @@ -577,8 +579,8 @@
{
"current": {
"selected": true,
"text": "2",
"value": "2"
"text": "3",
"value": "3"
},
"hide": 0,
"includeAll": false,
Expand All @@ -597,12 +599,12 @@
"value": "1"
},
{
"selected": true,
"selected": false,
"text": "2",
"value": "2"
},
{
"selected": false,
"selected": true,
"text": "3",
"value": "3"
},
Expand Down

0 comments on commit 2cf833d

Please sign in to comment.