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
![Screenshot from 2024-10-04 12-26-54](https://private-user-images.githubusercontent.com/41350642/373786219-70aeee5d-dcc7-42b8-b935-45d78167d92d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDc4MDksIm5iZiI6MTczOTMwNzUwOSwicGF0aCI6Ii80MTM1MDY0Mi8zNzM3ODYyMTktNzBhZWVlNWQtZGNjNy00MmI4LWI5MzUtNDVkNzgxNjdkOTJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIwNTgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZjOTQ4YzIxNDA1MmU1MWM4YzY5MWYxYTVmZTZmNTI5YTMxNjUxMGVkNDg3ZmZjNjM1NmU2OWU1ODg5ZTNlOTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UGRCJl6g57izBIK-85BGTibBl5U3WIh2PKgca9vvZr0)
Any help is appreciated -- thank you!
Beta Was this translation helpful? Give feedback.
All reactions