I am looking more-so for aggregation. For example, what I am trying to do is this: Players Die on different rounds, I want a bar graph for which rounds the most players are dying on. Meaning that the y-axis would be the amount of the Value (how many players died on that round). And the x-axis would be Value (Round that the player died on). I am seeing no way to do this by simply passing in a "RoundDiedOn" key and a value (like death on 3)
I can't seem to do this for some reason, would I need to make extra keys?