Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spawning a "Pokemon" type graph in php from MYSQL data

Tags:

php

mysql

graph

If you remember when you check your pokemon's stats (In Red, Blue, Yellow, Silver, Gold etc.), the graph that it generates scales based on the HP, attack, defense, special attack, and special defense of your pokemon.

I want to generate a graph such as this using PHP and MYSQL for in-office personnel data. I thought it would be cool to create a stat card/sheet for each employee showing their strengths and weaknesses based on their experience with different subjects of their work.

Anyone have an idea how I may accomplish this? If it can't be done w/PHP what can I use?

like image 653
Anthony Miller Avatar asked Nov 09 '11 17:11

Anthony Miller


1 Answers

These are called Radar/Spider Charts and there are a variety of libraries and tools you can use to make them.

Image from Wikipedia

like image 57
DampeS8N Avatar answered Sep 18 '22 14:09

DampeS8N