> Hi,
>
> I want to compute difference chart having multiple columns using google 
> chart.
> Can it is possible.
> Please someone help me on this.
>

data something look like this

    var oldData = google.visualization.arrayToDataTable([
      ['Country', 'Partner', 'Sales'],
      ['India', 250 , 33],
      ['Bhutan', 4200 , 38],
      ['Nepal', 2900 , 29],
      ['Singapore', 8200 , 58]
    ]);

    var newData = google.visualization.arrayToDataTable([
      ['Country', 'Partner', 'Sales'],
      ['India', 370 , 5],
      ['Bhutan', 600 , 8],
      ['Nepal', 700 , 20],
      ['Singapore', 1500 , 28]
    ]); 

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

Reply via email to