mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 067da143b6
)
Co-authored-by: Justin Kambic <justin.kambic@elastic.co>
This commit is contained in:
parent
e603d50f6e
commit
867724df77
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