Skip to content

Commit 9842167

Browse files
update UNIT_RANGE thresholds in constants.ts from 0 to 1 for B/s and µs
1 parent e426dcc commit 9842167

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)