mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Make duration line series use local
for time zone value. (#123470)
This commit is contained in:
parent
c5aa390f1c
commit
067da143b6
1 changed files with 1 additions and 0 deletions
|
@ -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}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue