Select to view content in your preferred language

Network Diagrams in the Experience Builder? Is this even possible?

333
2
Jump to solution
09-11-2024 02:44 PM
gis_KIWI4
Frequent Contributor

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? 

0 Kudos
1 Solution

Accepted Solutions
PierreloupDucroix
Frequent Contributor

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

View solution in original post

2 Replies
PierreloupDucroix
Frequent Contributor

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

AnneYvonneBlin
Esri Contributor

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.