[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:
Abdul Wahab Zahid 2024-04-05 01:51:02 +02:00 committed by GitHub
parent daecb7c6ee
commit 8547ab2a00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
},
},