0

I've been spending quite some time looking for a charting plugin for time tracking, ie. Engine Time Tracking chart as following image: enter image description here

A bit explanation:

green / red / gray denotes engine on / engine off / not available horizontal axis is the time line for each day vertical axis is every single day

I am just showing an example and expecting someone here has any idea about this kind of charting plugins. I am not sure whether HighCharts stacked bar chart can do that, since I want a status switching bar chart, not an accumulative one.

Thanks in advance.

sozhen
  • 7,627
  • 14
  • 36
  • 53

2 Answers2

0

You should be able to do this in Flotr (which has a better license than highcharts) by just throwing what they showed in this blog post on its side.

A T
  • 13,008
  • 21
  • 97
  • 158
  • Thanks dude. But this one is not a **time** stacked chart I want. It would be much better if I could find some charts having that function or is possible to do that. Actually I believe highCharts can do that as I see in this [post](http://stackoverflow.com/questions/9499822/extjs-4-time-stacked-bar-chart-possible) – sozhen Jul 13 '12 at 19:26
  • So something like [this fiddle](http://jsfiddle.net/UDwz7/)? [ref](http://stackoverflow.com/q/9499822) – A T Jul 13 '12 at 19:28
  • @A T maybe not..what I want is not only the time axis, also more important it can reflect the status changing. e.x. the engine's on ->off -> on -> off, which is defined by my given time input. Actually the attached image in the question would be what I want in HighCharts. thanks – sozhen Jul 13 '12 at 19:56
0

You can try to use column range chart or stacked with datetime type of axis.

http://www.highcharts.com/demo/columnrange

http://api.highcharts.com/highcharts#xAxis.type

Sebastian Bochan
  • 37,348
  • 3
  • 49
  • 75