Example on how to implement bar chart with timestamps as Y axis? #7869
Unanswered
koyuul
asked this question in
Community Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am attempting to implement a bar chart view of data that I have been able to successfully graph using the standard line graphs. With the x-values being integers and y-value being Dates.
However, when creating the plot it doesn't seem to pick up on the y-axis. When dropping the value into the bar chart similar to how I'd drop the value into an overlay chart, I was expecting to get the bar chart, with it being split into days (?)
Overall, I'm generally unsure of how the progress of using the bar charts work. I have tried searching for any documentation but I could only find pdf's from 2015 with what looks like outdated tutorials. Could anyone point me in the right direction for utilizing bar charts?
The domainObject I am trying to drop in has the measurement formatted as:
The current output looks as such
Any help is appreciated -- thank you!
Beta Was this translation helpful? Give feedback.
All reactions