Skip to content

Commit 18209b1

Browse files
committed
Merge branch 'bugfix/fix-unit-range-chart' into tmp/octopus/w/132.0/bugfix/fix-unit-range-chart
2 parents 0e78cdc + 9842167 commit 18209b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const DASHBOARD_QUANTILE_SYNC_ID = 'dashboard-quantile';
112112
export const CHART_COLOR_VALUES = Object.values(chartColors);
113113
export const UNIT_RANGE_BS = [
114114
{
115-
threshold: 0,
115+
threshold: 1,
116116
label: 'B/s',
117117
},
118118
{
@@ -135,7 +135,7 @@ export const UNIT_RANGE_BS = [
135135

136136
export const UNIT_RANGE_SECONDS = [
137137
{
138-
threshold: 0,
138+
threshold: 1,
139139
label: 'µs',
140140
},
141141
{

0 commit comments

Comments
 (0)