Hi Aman,

Despite the lack of details on this in the docs (
https://developers.google.com/chart/interactive/docs/gallery/diffchart) you
can do a diff column chart with multiple series. See this example:
http://jsfiddle.net/dlaliberte/w026kqon/

On Fri, Jan 30, 2015 at 2:32 AM, aman singla <[email protected]> wrote:

>
> 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.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

-- 
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