mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Dataset quality] Adjust Y-Axis scale of degraded docs visualization (#179562)
Adjusts the Lens attributes to auto scale Y-Axis so that even minute values are shown as spikes.
8abf6c6f
-fdb5-4cfc-a8ba-898261ff73eb
This commit is contained in:
parent
daecb7c6ee
commit
8547ab2a00
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ export function getLensAttributes(color: string, dataView: DataView = defaultDat
|
|||
format: {
|
||||
id: 'percent',
|
||||
params: {
|
||||
decimals: 0,
|
||||
decimals: 3,
|
||||
},
|
||||
},
|
||||
isFormulaBroken: false,
|
||||
|
@ -173,7 +173,7 @@ export function getLensAttributes(color: string, dataView: DataView = defaultDat
|
|||
yLeftExtent: {
|
||||
mode: 'custom',
|
||||
lowerBound: 0,
|
||||
upperBound: 1,
|
||||
upperBound: undefined,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue