Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
To produce a swimlane diagram featuring lanes with a transparent background, a specific property should be applied to the child lanes within the swimlane. This can be achieved by iterating through the child lanes of the swimlane and adjusting their fill property.
This adjustment is incorporated within the 'renderDiagramElements' method, responsible for rendering containers. Before passing the swimlane and its child elements as arguments to this method, it is crucial to make the required changes to the fill property, thus establishing a transparent background for the lanes within the swimlane.