Free library supporting Gantt charts and granularity <= 1 hour

牧云@^-^@ 提交于 2019-12-23 03:16:06

问题


Is there a free graphical library that supports Gantt charts with units of hours or even minutes? I've tried a few. JFreeChart was among the most promising but scaling down seems to reduce the maximum timescale represented to just a few days.


回答1:


JFreeChart should be able to go deeper that days. SimpleTimePeriod can represent time down to the millisecond. Might just need to adjust the time display of the axis from the plot.




回答2:


The nebula solution may solve your problem, you have access to the code so you will be able to change something if you need.



来源:https://stackoverflow.com/questions/6303302/free-library-supporting-gantt-charts-and-granularity-1-hour

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