Make duration line series use local for time zone value. (#123470)

This commit is contained in:
Justin Kambic 2022-01-20 11:42:13 -05:00 committed by GitHub
parent c5aa390f1c
commit 067da143b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ export const DurationLineSeriesList = ({ monitorType, lines }: Props) => (
yAccessors={[1]}
yScaleType={ScaleType.Linear}
fit={Fit.Linear}
timeZone="local"
tickFormat={(d) =>
monitorType === 'browser'
? `${microToSec(d)} ${SEC_LABEL}`