Here is a rough outline of what you will need to do.

Use ColumnChart, not Column.
Set the background color.
Enable isStacked to 'percent' or 'relative'.
Set the colors for data ('colors' option) to the blue and white colors.
Your data should use unique string values for the domain column (# 0) and
also specify the display format.

e.g.

var data = google.visualization.arrayToDataTable(
[[ 'DayOfWeek', 'blue value', 'white value'],
[ {v: 'monday', f: 'M'}, 65, 35 ],
[ {v: 'tuesday', f: 'T'}, 45, 55 ],
...
]);



On Wed, Jan 18, 2017 at 11:13 AM, Hariharan Dhanushkodi <
[email protected]> wrote:

>
> Hi All,
>>
>>
>> I need an update to the Column chart and the Look and feel to be as in
>> attached. Tried a lot but in vain.
>>
>>
>> Need support on this.
>>
>
>
>>
>> <https://lh3.googleusercontent.com/-JvtIv_P0KKg/WH-Qj6qoZ7I/AAAAAAAAVcc/jiwFzus2PAIywk4842NHyQhro-FmIeY8wCLcB/s1600/Chart.png>
>>
>>
>>
>
>
>> Thanks
>> Regards
>>
> --
> 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 google-visualization-api@
> googlegroups.com.
> 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/f436434f-3af8-4fc6-9cb0-
> aedc5bdc07b2%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/f436434f-3af8-4fc6-9cb0-aedc5bdc07b2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge 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 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/CAOtcSJPXjiedN5igiVSqFCB7zQg07Ph4csaYj_nLOY-%3D5FhUdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to