Support for Bar charts using time a time axis #339
Unanswered
ranger-ross
asked this question in
Ideas
Replies: 1 comment
-
It seems possible - I'm in the midst of implementing one. It's just primaryAxis scaleType "time" and secondaryAxis elementType bar. |
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
-
First, let me mention that I am fairly new to this library (I am currently considering migrating to react-chart) so apologies in advance if my understanding is incorrect.
Currently, I do not believe it is possible to have a "Bar" style chart using time series data.
I think this is a valid use-case, because there are often request to show data of a give "period".
For example, showing bars for each day of a month (screenshot example below)
Is there an easy way to do this in react chart?
If not, maybe we can consider adding support for this 🙏 ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions