Example on how to implement bar chart with timestamps as Y axis? #7869
Answered
by
shefalijoshi
koyuul
asked this question in
Community Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
shefalijoshi
Apr 2, 2025
Replies: 1 comment
-
Hi @koyuul Bar charts exclude 'time' (domain hints) metadata specifically from the x and y axis values. Their intention is to only plot range values.
Then your telemetry would need to return data in arrays like:
Once you do this, you can Edit your bar chart and choose which metadata you want to display on which axis, by going to the inspector Let us know if we can help you further. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akhenry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @koyuul
Bar charts exclude 'time' (domain hints) metadata specifically from the x and y axis values. Their intention is to only plot range values.
Once way you could accomplish plotting packets over a range of days is by adding metadata values like:
Then your telemetry would need to return data in arrays like: