You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello everybody,
I would like to use a dynamic live visualisation of data on my web page. Therefore I have three arrays in my java script code which shall dsiplayed in a bar chart(on for the discription of the data pair, one for x-Axis data, one for y-Axis data; the first/seconds/.. spot within esch array belong together as one bar) . Therefore the data matrix has to contain the arrays/the referrence to the array content as columns not as rows as in all the examples I am able to find. Is there any way to manage this within my script?