If by "tick" you mean the annotation stem, then the option you're looking
for is annotations.stemColor. Here is a jsfiddle: http://jsfiddle.net/PK25R/

- Sergey


On Thu, Jan 30, 2014 at 11:40 AM, Jon Orwant <[email protected]> wrote:

> Hi Roberto, you can change the font type and label opacity.
>
> annotations: {
>   textStyle: {
>     fontName: 'Times-Roman',
>     opacity: 0.1,
>   }
> }
>
> Unfortunately, you can't change the leaderline (which I think is what you
> mean by "tick") opacity.  I'll add that as a feature request, but it may be
> a long time before we can get to it -- too much else to do!
>
> Jon
>
>
> On Thu, Jan 30, 2014 at 11:26 AM, Roberto Tremonti <
> [email protected]> wrote:
>
>> Thanks, Jon, but it doesn’t solve my problem.
>> I thought there were options to change font and tick color/opacity.
>>
>> Font is Arial.
>> Tick color is gray with full opacity.
>>
>> You can’t change these styles.
>>
>> Perhaps a new feature in next release?
>>
>> On 30/gen/2014, at 16:47, Jon Orwant <[email protected]> wrote:
>>
>> Hi Roberto,
>>
>> I'll add documentation for boxStyle in a few hours, but here's a glimpse:
>>  'annotations': {
>>       'textStyle': {
>>         'fontSize': 10,
>>         'auraColor': 'none'
>>       },
>>       'boxStyle': {
>>         'stroke': '#888888', 'strokeWidth': 0.5,
>>         'rx': 2, 'ry': 2,
>>         'gradient': {
>>           'color1': '#eeeeee',
>>           'color2': '#dddddd',
>>           'x1': '0%', 'y1': '0%',
>>           'x2': '0%', 'y2': '100%',
>>           'useObjectBoundingBoxUnits': true
>>         }
>>      }
>> }
>>
>> Jon
>>
>>
>>  --
>> 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.
>>
>
>  --
> 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.
>

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