I am facing challenges in customizing the GoJS Pipes example to include text within the "pipes" without disrupting the layout. Although I referred to an older response on the same query here, it seems outdated or not detailed enough for me to implement with my limited knowledge of this library.
My current hardcoded pipeline setup looks like this:
https://i.sstatic.net/REydz.png
The pipeline code snippet:
// The pipeline code goes here...
In an attempt to integrate text blocks into the shapes, following the provided solution links ends up altering the nodeTemplate
and causing unexpected changes in the layout and port positions. Despite tweaking the loc
properties as well, the spacing between the pipes remains unmanageable. See image reference below:
https://i.sstatic.net/T93Px.png
How can I seamlessly incorporate text blocks while preserving the original layout and functionality of the pipeline?