I have some data I want to present as a horisontal stacked bar
Its a time serie. Hours in decimal as first column, time elapsed in second and activity in third. I want to present it as a horisontal stacked bar chart where each group of activity has its own colour (so the two talking categories has the same ecolour) and the lenght is based on its time elapsed. Is there a workaround that would allow me to do so?
[TABLE="width: 192"]
<tbody>[TR]
[TD="width: 64"]9[/TD]
[TD="width: 64"]0.033333[/TD]
[TD="width: 64"]Ready[/TD]
[/TR]
[TR]
[TD]9.033333[/TD]
[TD]0.033333[/TD]
[TD]Talking[/TD]
[/TR]
[TR]
[TD]9.066667[/TD]
[TD]0.016667[/TD]
[TD]Not Ready[/TD]
[/TR]
[TR]
[TD]9.083333[/TD]
[TD]0.05[/TD]
[TD]Talking[/TD]
[/TR]
[TR]
[TD]9.133333[/TD]
[TD]0.016667[/TD]
[TD]Work[/TD]
[/TR]
[TR]
[TD]9.15[/TD]
[TD]0.033333[/TD]
[TD]Talking[/TD]
[/TR]
</tbody>[/TABLE]
Its a time serie. Hours in decimal as first column, time elapsed in second and activity in third. I want to present it as a horisontal stacked bar chart where each group of activity has its own colour (so the two talking categories has the same ecolour) and the lenght is based on its time elapsed. Is there a workaround that would allow me to do so?