I need to dynamically build chart based on user’s submissions. These submissions are done through long-polling. What I mean is that users submit values to the server, and then I need a graph that will be instantly built based on values. What library would you suggest to use in this situation? I am looking at http://www.jstat.org/demonstration and http://www.highcharts.com/ now, but would love to hear your advice.
My application is in php (yii framework)
I need to dynamically build chart based on user’s submissions. These submissions are done
Share
have you ever looked at
flotorRGraph? I have foundHighchartsto have a steeper learning curve thanflotorRGraph(IMHO). You might get rolling faster with one of these two.