Announcing TikiChart!
I hacked up a front end to google charts api using jquery. You can play with it at TikiChart.com. It’s GPLed, so please help make it better!
Filed under: code code, science |
Tagged: GoogleCharts , GPL , javascript , jquery , opensource , TikiChart

neat! I was wondering what the google charts api was for!
Great! So it was you who make the first wraper for it!
What I don’t like about Google chart API is the fact axis don’t have nothing to do with values.
Thus, in order for a simple x,y graph to make sense, you have to find the percentage of all your values and then plot them. I mean, if your max value is 150, you must make 150=100% and then calculate all values below it in terms of percentage. Your laber on the x axe will be 150, but your value will be 100%.
Regards,
Jose
Also: it does not work on forums with the [IMG] tag…
It would be usefull for the PHP class to load the url as binary and outputs it as .png, so that it can be recognized everywhere.