Select to view content in your preferred language

Can I get chart widget to dynamically change when a point is selected on a map?

201
1
01-23-2026 10:43 AM
Hailey215
Occasional Contributor

I have a map with site points and would like to create a line chart that updates to the corresponding site when it is selected on the map. Is this possible?

0 Kudos
1 Reply
AndreasHall
Esri Regular Contributor

Yes, it is possible. I have done a similar thing for polygons. You need to configure an action on the map that filters the data fed to the chart. The drawback is that the chart need to show all data as default, and data for a specific site first after the user clicks in the map. This was the only solution around a year ago in Enterprise, might be other options available now.

0 Kudos