monitoring: render market-vs-salary periodic panels as lines, not bars
This commit is contained in:
parent
2a7124d266
commit
58cced5dab
1 changed files with 12 additions and 14 deletions
|
|
@ -2626,14 +2626,13 @@
|
||||||
"unit": "currencyGBP",
|
"unit": "currencyGBP",
|
||||||
"decimals": 0,
|
"decimals": 0,
|
||||||
"custom": {
|
"custom": {
|
||||||
"drawStyle": "bars",
|
"drawStyle": "line",
|
||||||
"barAlignment": 0,
|
"lineWidth": 2,
|
||||||
"lineWidth": 1,
|
"fillOpacity": 10,
|
||||||
"fillOpacity": 70,
|
"gradientMode": "opacity",
|
||||||
"gradientMode": "none",
|
|
||||||
"pointSize": 5,
|
"pointSize": 5,
|
||||||
"showPoints": "never",
|
"showPoints": "auto",
|
||||||
"spanNulls": false,
|
"spanNulls": true,
|
||||||
"axisPlacement": "auto",
|
"axisPlacement": "auto",
|
||||||
"stacking": {
|
"stacking": {
|
||||||
"group": "A",
|
"group": "A",
|
||||||
|
|
@ -2743,14 +2742,13 @@
|
||||||
"unit": "currencyGBP",
|
"unit": "currencyGBP",
|
||||||
"decimals": 0,
|
"decimals": 0,
|
||||||
"custom": {
|
"custom": {
|
||||||
"drawStyle": "bars",
|
"drawStyle": "line",
|
||||||
"barAlignment": 0,
|
"lineWidth": 2,
|
||||||
"lineWidth": 1,
|
"fillOpacity": 10,
|
||||||
"fillOpacity": 70,
|
"gradientMode": "opacity",
|
||||||
"gradientMode": "none",
|
|
||||||
"pointSize": 5,
|
"pointSize": 5,
|
||||||
"showPoints": "never",
|
"showPoints": "auto",
|
||||||
"spanNulls": false,
|
"spanNulls": true,
|
||||||
"axisPlacement": "auto",
|
"axisPlacement": "auto",
|
||||||
"stacking": {
|
"stacking": {
|
||||||
"group": "A",
|
"group": "A",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue