ktsirig Posted December 6, 2012 Share Posted December 6, 2012 Hi, I wanted to ask if there exist any ready-to-use scripts for creating interactive plots with JS. What I mean by interactive, is, for example, if you have a plot with 5 histogram bars, each of which could correspond to, let's say, the number of people in a school (say schools 1,2,3,4 and 5) , one could select, by ticking a checkbox on a list outside the plot, which of the bars (schools) would be visible in the plot and which not. Quote Link to comment Share on other sites More sharing options...
haku Posted December 6, 2012 Share Posted December 6, 2012 You can use the Google Chart API to generate charts. You make requests to their server using JS and they return the chart. Quote Link to comment Share on other sites More sharing options...
wright67uk Posted December 14, 2012 Share Posted December 14, 2012 http://www.highcharts.com/demo/ Is good too! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.