Thursday, April 19, 2012

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


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?


Source: Tips4all

1 comment:

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



    Image from Wikipedia

    ReplyDelete