Hello PlantUML team,
From: https://forum.plantuml.net/13654/how-to-change-the-default-color-for-closed-days-in-gantt-chart
So I was wondering if I can change the "closed" colour and thus have it used for all the days labeled "closed" and use the colour override in case I want to highlight separate dates for whatever reason.
- Could you allow [style] BackgroundColor for all closed days on Gantt diagram?
Here is a possible proposal with closed or close keyword on style:
<style>
closed {
BackGroundColor pink
}
</style>
Regards,
Th.