Skip to content
Snippets Groups Projects
Commit 752696ec authored by Florian Sesser's avatar Florian Sesser
Browse files

Semitransparency makes everything look cooler

parent c1e5d316
No related branches found
No related tags found
2 merge requests!264merge develop into production,!260Grafana: Payments dashboard log fix & fine tune
Pipeline #1836 passed
......@@ -744,6 +744,7 @@
"type": "timeseries"
},
{
"description": "HTTP 4xx and 5xx errors",
"fieldConfig": {
"defaults": {
"color": {
......@@ -754,7 +755,7 @@
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 10,
"fillOpacity": 20,
"gradientMode": "none",
"hideFrom": {
"legend": false,
......@@ -762,16 +763,19 @@
"viz": false
},
"lineInterpolation": "linear",
"lineStyle": {
"fill": "solid"
},
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "normal"
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
......@@ -812,7 +816,7 @@
"placement": "bottom"
},
"tooltip": {
"mode": "single"
"mode": "multi"
}
},
"pluginVersion": "8.3.4",
......@@ -1043,8 +1047,8 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "bars",
"fillOpacity": 0,
"drawStyle": "line",
"fillOpacity": 20,
"gradientMode": "none",
"hideFrom": {
"legend": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment