I am developing a PHP application where users mark some locations using a flash interface. On the basis of which I am generating reports. I need to create reports on the basis of locations marked by the user. I have created the reports using an empty image(which is same when user mark the location on flash interface) and placed the markers over that image. Please have a look at the attached image. I want to create the reports using the some graph libraries. I have reviewed the google graphs but none of them full fill my requirements. I want a library using which i can map both x and y axis and can place a pointer over it. If user clicks on that pointer, it should display desired text.

I am looking for some graph library that can be integrated with PHP. Help me out please...

Attached image

link|improve this question
Please help guys..... – sandeep Apr 20 '11 at 7:49
What kind of report do you need to create? What you show in the screen shot could be done using plain HTML, but it's unclear whether that would work for you. – Pekka Apr 20 '11 at 8:11
feedback

1 Answer

Why don't you use a php graphing library? There's some really powerful one's out there.

http://www.codediesel.com/php/6-excellent-charting-libraries-for-php/

Best Graphing library for PHP

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.