Skip to content

Change formatting of float cell #2809

Answered by saulpw
cool-RR asked this question in Q&A
Jul 14, 2025 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Try adding vdtype(anytype, '') to your .visidatarc, which overloads the default anytype descriptor. The anytype currently uses str(x) to format the value, whereas when unspecified, the default type formatter is numericFormatter. We may want to remove this formatter=... from the default anytype description, but that may have some detrimental effects for other types. Let us know how it works for you.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@saulpw
Comment options

Answer selected by cool-RR
@cool-RR
Comment options

@saulpw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants