context: 

I have a chart, which I edit it by double clicking on it, and I displays a 
modal window where I make my settings, then I click on accept. 

question: 

As I get a the Json object configuration that was applied in the modal 
window. 

example: 

       var result = $ ("<div style =" width: 100%, height: 100%; ">"); 
       wrapper.draw (result [0]); 
       result.bind ("dblclick", function () {
         var editor; 
         google.visualization.ChartEditor editor = new (); 
         google.visualization.events.addListener (editor, 'ok', function () 
{
          
            / * 
              How do I get the settings I do Acado 

              var config = editor.getConfig (); ???? 
           * / 

           editor.getChartWrapper return () draw (result [0]).; 
         }); 
         return editor.openDialog (wrapper); 
       });

sorry for my english...

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to