There is an option to aggregate points using a chart clustering option in the ArcGIS Online Map Viewer. This allows grouping of nearby points into a cluster, symbolized with a chart symbol to categorize the data within each cluster.
It would be great to have this feature in ArcGIS Pro as well. Right now I have to export my point data and publish it to ArcGIS Online just so I can use the Map Viewer to symbolize information in this manner.
Thank you!
@Sharita_Underwood I am trying to do the same thing but my data is just a pie chart of crash type along a major roadway. Each record only has 1 crash type and I am trying to cluster by pie chart like I did in AGOL like below. Would your table schema work?
| Incident ID (unique) | Crash Type (10 different types) |
| 1 | Angle |
| 2 | Rear End |
| 3 | Head on |
| 4 | Angle |
| 5 | Hit Pedestrian |
| 6 | Rear End |
| 7 | Rear to Rear |
| 8 | Angle |
| 9 | Angle |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.