significant digits on hover value
This commit is contained in:
parent
10db239920
commit
865b01f48d
|
@ -311,7 +311,7 @@ export function buildVegaSpec(
|
|||
"align": {"value": "right"}
|
||||
},
|
||||
"update": {
|
||||
"text": {"signal": "position_scaled ? position_scaled : ''", }
|
||||
"text": {"signal": "position_scaled ? format(position_scaled, ',.4r') : ''", }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user