[visualization-api] Re: access javachart api from China

2014-09-27 Thread Andrew Gallant
Have you tried using the Google China domain? https://www.google.cn/jsapi On Friday, September 26, 2014 10:08:04 PM UTC-4, John Pham wrote: how do one get access to https://www.google.com/jsapi from China - the google.com address is blocked -- You received this message because you are

[visualization-api] Column Chart with data from db

2014-09-27 Thread Stefan Steuer
Hi guys, I tried to create a column chart with the following code ? $sth3 = mysql_query(SELECT count(t.tn) AS Tickets, q.name AS Queue FROM ticket t, queue q WHERE t.queue_id=q.id AND t.ticket_state_id IN (1,4,6,7,8) GROUP BY q.name); $rows = array(); //flag is not needed $flag = true; $table =

[visualization-api] Table with BarFormat in dashboard doesn't render?

2014-09-27 Thread AM
I have a table chart with the BarFormat which works very nicely: http://www.towncharts.com/Economy-Income-Median-Earnings-per-Worker.html Then I try to put in into a dashboard with a slider control. And the html does not render. Is this some limitation of the BarFormat and a dashboard