-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using google visulization API for one of my project in Arabic. My problem is in the generated graph Arabic characters seems to be Junk characters.
data.addColumn('number', '?????');
data.addColumn('number', '?????');
I am using Visualization API for generating Line and Bar charts. Can anyone…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to embed (chart) visualizations created by the Google Visualization API in a Blogger post?
I tried stripping out the <head> and <body> tags (and closing tags) from the pie chart example, however, the pie chart visualization fails to render, even on a published post.
NOTE:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know if I can hack google's visualization ColumnChart api chart somehow, to make a single column stand out with a different color, like so:
I know you can do it with ImageChart, so I don't need that (it fires no events and has no x/y labels).
Can I traverse the result with javascript…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello. There is an issue that I cannot solve, I've been looking a lot in the internet but found nothing.
I have this JavaScript that is used to do an Ajax request by PHP. When the request is done, it calls a function that uses the Google Visualization API to draw an annotatedtimeline to present the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
i'm using google visulization API to build a line chart grapgh. it works fine on FF and Chrome but i'm having problems on IE7: the problem is that the scailing of the x-axis (string) and y-axis (integer) is all wrong. both axis have the same values for some reason, but naturally those valuse are…
>>> More