I'm working with ArcGIS Experience Builder and have a question regarding dynamic data visualization. Is there a way to match a framework selection (either made on the existing map or a list) to highlight the corresponding value on a chart, while still displaying all specified records?
For example, I want to view all municipalities in a county, select a specific municipality, and have it highlighted in the chart (as if selected), while keeping the values for all other municipalities visible in order to compare with one another.
I found a similar example here in the indicators section: https://communityprofiles.planning.nyc.gov/bronx/1
Hi ,
You may try this:
1. From List/ Map configure, select Message action.
2. Select "Record selection change" - "Framework"-"Select data records"
3. Select the trigger data as the data in Map/List
4. Select the action data as the chart output
5. Set a common field to connect the trigger and action data
6. Then in runtime, the selection on List/Map can trigger selection in Chart and highlight
such as below screenshot shows