Select to view content in your preferred language

Add Graph Indicators (Network, Force Directed)

303
1
04-10-2026 01:03 PM
Status: Open
CoffeeforClosers
Regular Contributor

Please add a new graph visualization type to the ArcGIS Dashboard product. This visualization type may be or network or force directed. But now that ESRI has finally embraced graph data vis-a-vis its Enterprise item data model, it should support displaying graph data in the best manner possible.

Itemgraph module in Python API allowing for dependency graphs to be created
https://developers.arcgis.com/python/latest/api-reference/arcgis.apps.itemgraph.html

Blog post by ESRI that provides sample notebooks and well as content templates for dependency graph mapping in Dashboards.

https://www.esri.com/arcgis-blog/?post_type=blog&p=2961468&preview=true

The Problem:

With these examples ESRI has shown progress. But forcing the dependency graph into a tabular indicator model as it does in the blog post and resulting content provides a poor user experience.

Rather than this:

admin-insights.png

I'd like to see this:
network-graph.png

Or this

force-directed-graph.png

1 Comment
CoffeeforClosers

Here's a small repo that I put together to explore using the item relationship data that's now (more easily) available.

https://github.com/sethlewis/arcgis-graph-cli