I want to create a Serial Chart for a Dashboard where each column corresponds to a field in a single feature class. I think this needs to be done with Arcade. I've been trying to write something but not very familiar with Arcade. Does anyone know what the code might look like?
There are 4 fields, I would like each to be a bar on the chart.
Each field's entries are equal to either "YES" or "NO".
For each bar & field, I would like a count of all the "YES" entries and all the "NO" entries.
I would like this represented as a stacked bar for each field.
I have included an image giving a very rough example. Any ideas very welcome, thanks!