Hi Everyboday,
I have a very simple script that opens up the Google ChartEditor for a
chart:
function loadEditorG1() {
chartEditorG1 = new google.visualization.ChartEditor();
google.visualization.events.addListener(chartEditorG1, 'ok', redrawChartG1);
chartEditorG1.openDialog(wrapperG1, {}); }
function redrawChartG1(){
wrapperG1 = chartEditorG1.getChartWrapper();
wrapperG1.draw();}
How can I make the loadEditorG1() function open up the editor *on the
"Customize" tab*? By default Google ChartEditor opens up on the "Start" tab.
--
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/800f51b4-b3cd-43e6-a9c1-537416746104%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.