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.