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 Chart 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-chart-api.
For more options, visit https://groups.google.com/d/optout.