0

I have a website where user enter information daily, i want to present that information in an interactive graph. i have made the website using php/mysql, any ideas?

i want something like this

http://www.google.com/publicdata/explore?ds=z8o7pt6rd5uqa6_&ctype=l&met_y=unemployment_rate&fdim_y=country_group:eu&scale_y=lin&ind_y=false&rdim=sex&idim=sex:f:m&hl=en_US&dl=en_US

2 Answers 2

0

You might want to look into FusionCharts Free or another interactive charting component. It will be significantly easier than trying to code one yourself.

0

I really recommend HighCharts, a graphing library written in JavaScript. It's free for non-commercial use or there's a reasonable single-site fee or developer's licence.

2
  • Since it seems his data is from MySQL, it might be complicated to use a JavaScript-only graphing solution, as he would need to code his own PHP data extractor, that produces data that fits with the HighCharts API. Commented Aug 7, 2011 at 11:51
  • FusionCharts provides a bundled PHP script that helps him interface with the database. See this tutorial - blog.fusioncharts.com/2012/03/… Commented Mar 19, 2012 at 6:56

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.