i have two CategoryFilter and a column chart based and  data is based 
on json(php) format, i want add a table in my page...
        everything is fine , just cannot display table on my page
 

    var dashboard = new google.visualization.Dashboard(document.
getElementById('dash_div'));
    dashboard.bind([yearFilter], [chart]);
    dashboard.bind([chart], [table]);
    dashboard.draw(data);

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization 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-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to