You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have a DataGrid which has a column type whose value can be an array of floats.
I can't seem to be able to find a way to format these values to a certain number of decimal places.
The format=".3f" option doesn't seem to apply to array values. Also I can't seem to find a Vega expression which would work here, as there does not appear to be a map function which I could use with format.
Is it possible to do this? Thanks
The text was updated successfully, but these errors were encountered:
Hi I have a DataGrid which has a column type whose value can be an array of floats.
I can't seem to be able to find a way to format these values to a certain number of decimal places.
The
format=".3f"
option doesn't seem to apply to array values. Also I can't seem to find a Vega expression which would work here, as there does not appear to be amap
function which I could use withformat
.Is it possible to do this? Thanks
The text was updated successfully, but these errors were encountered: