1. Player Skill Comparison
Game DeveloperBackground
Need to visualize the balance between two different character classes across five core attributes.
Problem
Hard to identify which character is stronger in specific areas using raw numbers.
How to use
Input the attributes as categories and the stats for each player as separate series.
{"categories": ["Speed", "Power", "Defense", "Skill", "Stamina"], "series": [{"name": "Warrior", "data": [60, 90, 85, 50, 80]}, {"name": "Mage", "data": [70, 50, 40, 95, 60]}]}Outcome
A clear radar chart showing the Warrior's dominance in Power and Defense versus the Mage's superiority in Skill and Speed.