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