How to draw temporal diagram via horizontal stackedBarChart
Hi all,
I need to draw a temporal diagram like this:
Basically I have the various datetimes for each step, and I can easily calculate delta integers in minutes if needed. I thought about a single line stackedBarChart.
I need the steps to be proportionate to the actual time spent on each and I need to have a custom Y axis (which is here rotated horizontally), where I need to output both the HH:MM time and a custom text label, which is different for every step.
I don't need to have times above and labels below, but it would help legibility.
Is anybody so kind to help me achieve something like that?
Please let me me know if you need more details.
Thank you in advance.