You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: statchart/schemas/migrate/migrate.cue
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,7 @@ spec: {
37
37
calculation: *commonMigrate.#mapping.calc[#panel.options.reduceOptions.calcs[0]] |commonMigrate.#defaultCalc// only consider [0] here as Perses's GaugeChart doesn't support individual calcs
38
38
39
39
// textMode - map directly from Grafana's BigValueTextMode enum
40
-
#grafanaTextMode: *#panel.options.textMode|"auto"
41
-
if#grafanaTextMode!=null {
42
-
textMode: #grafanaTextMode
43
-
}
40
+
textMode: *#panel.options.textMode|"auto"
44
41
45
42
// metricLabel - map from reduceOptions.fields for field selection
0 commit comments