PHP Solution to Generate Radar Chart
Asked Answered
I

1

5

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..

https://i.sstatic.net/Rpyiq.png

Quick Help Highly Appreciated!!!

Inamorato answered 20/10, 2012 at 5:12 Comment(0)
M
9

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

Mesopause answered 20/10, 2012 at 5:13 Comment(1)
Just is someone else reads this... pChart does not seem to work anymore.Blas

© 2022 - 2024 — McMap. All rights reserved.