Our state of the art Gantt chart


Post by sagarsa1 »

Hello team,
How to change Background-Color/Color for milestones or how to apply custom styling.

Milestones.png
Milestones.png (2.51 KiB) Viewed 218 times

we have tried with the below code

.b-milestone.myapp-milestone-color-red::before {
    background-color: red !important;
}

but it's not working sometimes, is there any solution.

Thanks in advance


Post by mats »

Here's example working:

.b-milestone-wrap .b-gantt-task.b-milestone.important .b-gantt-task-content,
.b-task-rollup.important {
    background-color : #222;
}

You can check it at https://bryntum.com/examples/gantt/rollups/


Post Reply