I am having an issue in Dashboard.
I would like to create a Serial Chart (bar graph) for a stream (line vector) layer.
Each stream segment (record) has 8 different fields that I want included in this graph.
7 fields representing fish species and one representing stream miles. (See example).
Chinook | Chum | Coho | Steelhead | Cutthroat | Sculpin | Stream Miles |
Documented | Documented | Documented | Documented | Documented | | 0.4 |
| Documented | Documented | | Documented | Documented | 0.6 |
| | Documented | | Documented | Documented | 0.8 |
In this case I would like the first bar to represent the sum of stream miles for all records with documented Chinook. The second bar would represent the sum of stream miles for all records with documented Chum…. And so on.
This does not seem possible, I have been trying multiple ways and I am still failing.
Does anyone have a suggestion?