You can control the number of major ticks with the majorTicks option, but 
there is no way to get rid of all of them.  This option accepts an array of 
strings for the labels on the major tick marks *in between* the min and max 
values.  The least you can have is 3, when you pass a single-element array 
to the majorTicks option.

You can, however, get rid of the minor tick marks, by setting the 
minorTicks option to 0.  You can then use the majorTicks option to add as 
many tick marks to the Gauge as you want (pass empty strings for the 
array's values if you don't want them to have labels).  This will give you 
a single style of tick marks for the whole Gauge.

On Wednesday, March 28, 2012 6:33:06 AM UTC-4, Nick Dani wrote:
>
> Visualization: Gauge.How to remove a large (main) lines inside the 
> circle, as I understand they are called "majorTicks" 
> The manual I have not found how to do it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/3A3E3aj0YUEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to