I want to show whithin my Java application wheather a person is free or blocked on a particular date. I made an example of my intention in Power Point:
My first intuition was to use JFreeChart. Therefore I created some tasks and put them together in one taskseries for each Person.
With this data i created a Gantt chart. But in a Gantt chart every task is placed into a new Line and the axis a far away from my intention.
is it possible to create a chart like my example chart with JFreeChart? What would be the best way to do this?
Many thanks in advance