When working with custom coloring in the Gantt chart, you may want to retain progress-related coloring while implementing your own color logic. This article explains how to configure progress-related colors correctly.
First of all, use dynamic coloring. Dynamic coloring allows you to display progress-related colors and still customize other item colors, like blue for resolved tasks.
Option 1: Administration - Configuration Properties
To configure a custom progress color for resolved tasks across projects, add the following property to the Configuration Properties section in Administration:
nextedy.gantt.default.progress_color_resolved=#0AA33A
Option 2: Individual configuration
If you want to configure progress colors for a specific Gantt chart, use the following snippet within the Gantt Config Script:
gantt.config.progress_color_resolved = "#0AA33A"
For more details on configuring custom color logic in the Gantt chart, see API Example: Color Logic and How to configure the Item Colors
If you need further assistance or encounter any issues, feel free to contact us at support@nextedy.com
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article