We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd484cd commit 4acef8dCopy full SHA for 4acef8d
1 file changed
tensorbored/webapp/metrics/testing.ts
@@ -54,6 +54,7 @@ export function buildMetricsSettingsState(
54
ignoreOutliers: false,
55
xAxisType: XAxisType.WALL_TIME,
56
scalarSmoothing: 0.3,
57
+ symlogLinearThreshold: 1,
58
hideEmptyCards: true,
59
scalarPartitionNonMonotonicX: false,
60
imageBrightnessInMilli: 123,
@@ -76,6 +77,7 @@ export function buildMetricsSettingsOverrides(
76
77
78
79
80
81
82
83
0 commit comments