[visualization-api] Re: Whisker Chart with Intervals

2014-03-16 Thread Beat Buehlmann
Pls see attached image. I want to create someting similar with the interval chart. The interval columns represent the following (pls note that I changed the ID's slightly in order to make it better understandable): data.addColumn({id:'i0', type:'number', role:'interval'}); - min value

[visualization-api] Displaying real time data from serial port

2014-03-16 Thread Pedro Henriquez
I want to use the visualization API to display, locally, data recieved from the serial port in my PC. Can anyone tell me how to incorporate the data into the charts? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe

[visualization-api] Google chart show visualization out of form input

2014-03-16 Thread anders johannsen
I am actually working on a project to visualize measurement values. Right know I had the ability to visualize all the values from the database, but going further to make it possible to use checkbox so it will be easier to choose what the user want to see. I am stuck how to make it possible