문제

Is there any way I can overlap the sub-tasks of Gantt chart?

Currently, the first sub-task is shrinked to end just when second sub-task starts. Only option I see right now is to rewrite the whole drawTasks() method of GanttRenderer.

A nice to have would be to show the overlapped section in a different color.

도움이 되었습니까?

해결책

Nevermind, I found the fix. Turnsout, the subtasks was already overlapped. Decreasing the color saturation by overriding getItemPaint() did the Job.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top