Timeline Chart using visx #1823
Unanswered
misterbit-pro
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Hi @misterbit-pro - could you possibly share a sketch or other visual representation of what you're hoping to accomplish? "timeline chart" to me is very common but doesn't really match what you're describing so I don't quite follow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
has anyone ever tried to create a timeline chart using visx? I thought about using a BarStackHorizontal chart because it exactly the the representation I am looking for but it seems to not fit the data structure I am getting from the backend. What I need to show is multiple resources where every resource is one row with stacked bars in the chart then. I then wanna show the resourceName on the y axis. Each resourse has a resourceEntry wich would be a bar in the stack. On the x axis I wanna show the time in hours.
Is this accomplishable with visx?
Beta Was this translation helpful? Give feedback.
All reactions