自定义 Jasper 报告甘特图上的日期
在我的报告的甘特图中,我有 1 年的数据。我只对查看甘特图顶部打印的月份感兴趣。 [一月至十二月]。但是,该图表当前显示月份和年份。我如何自定义图表以仅输出月份?
In the gantt chart on my reports I have 1 year's worth of data. I'm only interested in seeing the month printed at the top of the gantt chart. [Jan-Dec]. However, the graph currently displays the Month and the year. How would I customize the chart to just output the month?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定JasperReports,但是
createGanttChart()
使用DateAxis
作为范围轴。像这样的东西应该有效:I'm not sure about JasperReports, but
createGanttChart()
uses aDateAxis
as the range axis. Something like this should work: