Set the dataOpacity option to control opacity for all data, or
the series.<series index>.dataOpacity option to control opacity by data
series.
On Thursday, January 2, 2014 3:05:00 PM UTC-5, Michael Falkson wrote:
>
> Another related question: :)
>
> How could I specify the color opacity in the following series?
>
> series: {
> 0: {
> type: 'bars',
> targetAxisIndex: 0,
> color: 'blue'
> },
> 1: {
> type: 'bars',
> targetAxisIndex: 0,
> color: 'red'
> },
> 2: {
> type: 'line',
> targetAxisIndex: 1
> }
> }
>
> On Thursday, January 2, 2014 2:24:14 PM UTC-5, Michael Falkson wrote:
>>
>> Perfect. Most appreciated.
>>
>> Mike
>>
>> On Thursday, January 2, 2014 12:17:38 PM UTC-5, asgallant wrote:
>>>
>>> Use the series.<series index>.targetAxisIndex option to choose which
>>> vertical axis to use for a given series. Use the vAxes.<axis index>
>>> options to set options for each vAxis.
>>>
>>> series: {
>>> 0: {
>>> type: 'bars',
>>> targetAxisIndex: 0
>>> },
>>> 1: {
>>> type: 'line',
>>> targetAxisIndex: 1
>>> }
>>> },
>>> vAxes: {
>>> 0: {
>>> // left axis options
>>> },
>>> 1: {
>>> // right axis options
>>> }
>>> }
>>>
>>>
>>> On Thursday, January 2, 2014 11:53:15 AM UTC-5, Michael Falkson wrote:
>>>>
>>>> Hello,
>>>>
>>>> I'm looking for a way to use the left axis of a chart for the bars and
>>>> have a different valued right axis for the line(s).
>>>>
>>>> Is this possible.
>>>>
>>>> Thanks
>>>>
>>>> Mike
>>>>
>>>
--
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/groups/opt_out.