Any suggestion on charting plugin for time stacked bar chart?

别说谁变了你拦得住时间么 提交于 2019-12-20 07:17:36

问题


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

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.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/11475957/any-suggestion-on-charting-plugin-for-time-stacked-bar-chart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!