Our pure JavaScript Scheduler component


Post by saranya.k@lnt »

The milestone events are displayed in diamond shape by default while we need to showcase the gantt chart with different shapes for different milestone events, I have attached the sample of the requirement. Is there any configuration to set this?

Attachments
milestone_shapes.JPG
milestone_shapes.JPG (108.25 KiB) Viewed 508 times

Post by mats »

You can simply use this CSS rule to style it as you like:

.b-milestone .b-gantt-task-content {
}

Post by saranya.k@lnt »

We are using Scheduler pro licensed. Tried to set some color, but this is not having any effect. Also I could not understand how to bring in different shapes based on the events(circle, square likewise). can you please elaborate more on this.


Post by mats »

Please use the above basic CSS rule to style. Basics of CSS: https://developer.mozilla.org/en-US/docs/Web/CSS

You can achieve circle / square shapes with basic CSS too. https://css-tricks.com/the-shapes-of-css/

Or use an icon library: https://fontawesome.com/


Post Reply