Hi,
I have a dashboard with several piecharts from a feature layer (each filtered on a particular field), and each piechart has an action to filter a list of those features in that layer.
The piecharts with a mix of values work - clicking on a slice filters the list. However if a piechart has 100% of one type of data (i.e. no slices, just a filled circle), then it shows the mouse clickable hand icon, but nothing happens when you click - the piechart doesn't change to indicate anything is selected, and the list doesn't filter.
I've tried various setting like multiselect and Render only when filtered, plus trying when there's only one piechart and not multiple ones. I've also tried in Chrome and Edge. The behaviour remains the same.
This doesn't seem to be how it should work - am I missing something?
Nik
So I created a public dashboard to demonstrate the issue, which is here: piechart issue
However in testing whether I'd shared it correctly, it turns out it is a browser issue. It works in Firefox, but not Edge or Chrome.
So I guess I need to report that as a bug somewhere...
Charts that show a single category at 100% can sometimes behave differently because there’s no segmentation for the chart to trigger interactions from. I’ve seen similar cases where actions only work once multiple categories exist in the dataset. Testing with additional values or adjusting the trigger configuration usually helps confirm whether that’s the cause.