Illustrative Example
Game designer wants to quickly know which weapons are being used the most to kill players
- Selects the PlayerDeath dataset as a source
- Counts total deaths by weapon using the aggregate block
- Sorts it in descending order with the order block
- The chart block creates a column chart automatically based on the data selected
