I was wondering if there was a way to expose the network diagrams in the Experience Builder. My current train of thought is to use REST API to automate the export of subnetwork Diagrams to a pdf and then upload to Sharepoint(?) and have hyperlinks in on the Subnet Lines / Lines within the Experience Builder Map.
I would be keen to see what other people have done in this space. Maybe a custom widget?
Solved! Go to Solution.
Hello,
I think you still need to develop custom tools in order to display diagrams in a web app.
You can find here a sample tool that uses the JS API to display both your network data and diagram side by side : https://community.esri.com/t5/developers-questions/web-app-example-to-manage-network-diagram-using-j...
You can modify the html script to point to your own UN service
Hello,
I think you still need to develop custom tools in order to display diagrams in a web app.
You can find here a sample tool that uses the JS API to display both your network data and diagram side by side : https://community.esri.com/t5/developers-questions/web-app-example-to-manage-network-diagram-using-j...
You can modify the html script to point to your own UN service
Right. Not easy to work with network diagrams in any web app right now. ArcGIS Maps SDK for JavaScript doesn't support Network Diagrams and network diagram layers yet, and we have no network diagrams widget in Experience Builder. You can only use Network Diagrams REST API to query existing stored diagrams (such as system subnetwork diagrams), create new diagrams, export, and so on. The sample web app that @PierreloupDucroix referenced above can be a good starting point.