问题
I'm trying to develop a Gantt chart in iReport, but the time range is displayed in months. I want it to be in date or week.
Is this possible in iReport?
回答1:
I'm unfamiliar with ireport, but you may be able to use the approach shown here by specifying DateTickUnitType.DAY
and the desired interval. A related example may be found here.
回答2:
You can extend page width and the chart width to accommodate shorter ranges. The intervals automatically adjust to available page width.
来源:https://stackoverflow.com/questions/11097696/manipulate-time-range-of-gantt-chart-with-ireport