GanttChart should feature Entry colors
Description
Goal:
--------------------------------------------------------------
The user should have the option to customize a gantt entrys color.
So a GanttEntry implementation should be added which has a color member and features proper color rendering.
--------------------------------------------------------------
Current situation:
--------------------------------------------------------------
Only the default EntryRenderer (blue) is used.
--------------------------------------------------------------
Suggested changes:
--------------------------------------------------------------
Add a ColorGanttEntry implementation which features the mentioned goals.
--------------------------------------------------------------
Environment
None
Duplicate