-
Beta Was this translation helpful? Give feedback.
Answered by
saulpw
Aug 18, 2025
Replies: 1 comment 3 replies
-
Can anyone help? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding
vdtype(anytype, '')
to your .visidatarc, which overloads the default anytype descriptor. Theanytype
currently usesstr(x)
to format the value, whereas when unspecified, the default type formatter isnumericFormatter
. We may want to remove thisformatter=...
from the default anytype description, but that may have some detrimental effects for other types. Let us know how it works for you.