1. Gantt chart with # days as items in bars jfree.orgI've built a gantt chart and what I want to accomplish is to display the number of days inside the bar as item labels. I have gotten this information out of the dataset and my question is can I just insert that information into the renderer or will i have to create a custom renderer? |