File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
chronos_npm_package/controllers Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function createGrafanaPanelObject(
18
18
"axisPlacement" : "auto" ,
19
19
"barAlignment" : 0 ,
20
20
"drawStyle" : "line" ,
21
- "fillOpacity" : 30 ,
21
+ "fillOpacity" : 40 ,
22
22
"gradientMode" : "opacity" ,
23
23
"hideFrom" : {
24
24
"legend" : false ,
@@ -75,7 +75,11 @@ function createGrafanaPanelObject(
75
75
"tooltip" : {
76
76
"mode" : "single" ,
77
77
"sort" : "none"
78
- }
78
+ } ,
79
+ // "displayLabels": [
80
+ // "percent"
81
+ // ]
82
+
79
83
} ,
80
84
"id" : 1 ,
81
85
"targets" : [ {
@@ -113,15 +117,15 @@ function updateGrafanaPanelObject(
113
117
"axisPlacement" : "auto" ,
114
118
"barAlignment" : 0 ,
115
119
"drawStyle" : "line" ,
116
- "fillOpacity" : 0 ,
117
- "gradientMode" : "none " ,
120
+ "fillOpacity" : 40 ,
121
+ "gradientMode" : "opacity " ,
118
122
"hideFrom" : {
119
123
"legend" : false ,
120
124
"tooltip" : false ,
121
125
"viz" : false
122
126
} ,
123
- "lineInterpolation" : "linear " ,
124
- "lineWidth" : 1 ,
127
+ "lineInterpolation" : "smooth " ,
128
+ "lineWidth" : 2 ,
125
129
"pointSize" : 5 ,
126
130
"scaleDistribution" : {
127
131
"type" : "linear"
@@ -170,7 +174,10 @@ function updateGrafanaPanelObject(
170
174
"tooltip" : {
171
175
"mode" : "single" ,
172
176
"sort" : "none"
173
- }
177
+ } ,
178
+ "displayLabels" : [
179
+ "percent"
180
+ ]
174
181
} ,
175
182
"id" : 1 ,
176
183
"targets" : [ {
You can’t perform that action at this time.
0 commit comments