Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top