Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Solution to Generate Radar Chart

A client of mine currently uses a ASP.net application that allows him to conduct a user survey based on 30 Questions and generate an Excel Report. The process is time consuming and labor intensive as it consists of 5-6 steps..

He wants a PHP solution that can generate report and can be sent in PDF format..

The trciky part is the Pentagon Charts/Radar Charts..

Excel I guess has set of functions to generate these charts but how do I do this using PHP?

Check the URL below..

http://i.stack.imgur.com/Rpyiq.png

Quick Help Highly Appreciated!!!

like image 417
Pankaj Avatar asked Oct 20 '12 05:10

Pankaj


1 Answers

Pankaj,

Here are few examples of OpenSource PHP Radar/Polar Charts

http://pchart.sourceforge.net/documentation.php?topic=exemple8 - Highly Recommended

http://graphpite.sourceforge.net/docs/plottype/tutorial_plottype.radarchart.pkg.html

http://jpgraph.net/download/manuals/chunkhtml/ch16s02.html

like image 89
Hignesh Hirani Avatar answered Sep 28 '22 15:09

Hignesh Hirani