简体   繁体   English

交互式图形php mysql javascript

[英]interactive graph php mysql javascript

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? 我已经使用php / mysql制作了网站,有什么想法吗?

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

You might want to look into FusionCharts Free or another interactive charting component. 您可能需要研究FusionCharts Free或其他交互式图表组件。 It will be significantly easier than trying to code one yourself. 这比尝试自己编写代码要容易得多。

I really recommend HighCharts , a graphing library written in JavaScript. 我真的推荐HighCharts ,这是一个用JavaScript编写的图形库。 It's free for non-commercial use or there's a reasonable single-site fee or developer's licence. 它是免费的,用于非商业用途,或者有合理的单站点费用或开发人员许可证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM