Replies: 1 comment
-
|
I think this requires modification to the library, so I'm filing this issue #7652. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to set up a chart where the tooltip shows all fields of a datum. So I'm using
However, the time field in the tooltip shows what seems to be the timestamp in the epoch (seconds) format, which is just not very readable for humans:
This is the full spec (it was generated by altair)
Is there anything I can do to format the time to a human-readable format, while keeping the
"tooltip": {"content": "data"}option?Beta Was this translation helpful? Give feedback.
All reactions