Hello guys, So I have decided to make a PieChart with Google Charts API. I want to set INPUT VALUES for the charts, through JSON. The whole problem is the following:
I will use another scripting language (PERL) to get the values (for example: Today we recieved 100 orders of Pizza, 10 orders of Spaghetti, etc). Now I want this numbers to be used as input values of my Pie Chart. This numbers will change every 15 minutes, so an option to manually write in the values, is NOT possible. PERL script works like this - you run the script and it writes a new text with updated values of orders. And the updated values will be written in JSON format. Now on my website (.html) I need to get those values to be the updated inputs for my Pie Chart (everytime the PERL refhreshes and has new values, I need them to be stored as variables for my Pie Chart). NOTE: I have to use JSONP, because of the Cross-domain - we are NOT USING A WEB SERVER! Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/d/optout.
