Google visualization API Junk characters in the generated graph
Posted
by vimson
on Stack Overflow
See other posts from Stack Overflow
or by vimson
Published on 2010-03-08T05:37:57Z
Indexed on
2010/03/08
6:21 UTC
Read the original article
Hit count: 614
google-visualization
|graph
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 please suggest a solution for this?
© Stack Overflow or respective owner