1

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?

image

Kym NT
  • 670
  • 9
  • 28
rifo pangemanan
  • 344
  • 1
  • 3
  • 15
  • 1
    possible duplicate of [Customizing Dates on the Gantt Chart for Jasper Reports](http://stackoverflow.com/questions/7770045/customizing-dates-on-the-gantt-chart-for-jasper-reports) – Alex K Jun 19 '12 at 09:39

2 Answers2

2

I'm unfamiliar with , 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.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045
0

You can extend page width and the chart width to accommodate shorter ranges. The intervals automatically adjust to available page width.