The API does not support changing the legend's color opacity.

On Thursday, January 2, 2014 3:20:07 PM UTC-5, Michael Falkson wrote:
>
> Thanks.  This worked.
>
> However, Now I notice the legend colors are not affected.  How would I 
> make sure the legend colors match?
>
> Mike
>
>
> On Thu, Jan 2, 2014 at 3:18 PM, asgallant <[email protected]<javascript:>
> > wrote:
>
>> The opacity takes a value between 0 and 1, where 0 is completely 
>> transparent and 1 is completely opaque.
>>
>>
>> On Thursday, January 2, 2014 3:14:53 PM UTC-5, asgallant wrote:
>>>
>>> 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 a topic in the 
>> Google Groups "Google Visualization API" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-visualization-api/qnFNCa6_-mg/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected] <javascript:>.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Michael Falkson
> eti Sales Support
> Tel: 914.747.3030 Ext 3477
> Web: http://www,etisales.com
> Blog: http://www.etisales.com/blog 
>

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

Reply via email to