Dear All,

I could not find the solution on how to make minorGridlines in Timeline 
Chart disappear, along with its hAxis (x-axis) labels.

I tried the following in my chart options but it does not work:

hAxis: {
 title: 'Year',
 format: "yyyy",
 minorGridlines: {
  count: 0,
  color: 'transparent',
  units: {
   years: {format: ['']},
   months: {format: ['']}
  }
 },
}

I also tried 
color: '#ffff',

but nothing happens.  Hope you could help!  I could not find any solution 
from searching the web using Google.

Here is my code: http://revillaconsulting.com/test/timeline.html

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
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/d812e1ef-d373-43ff-869b-f636e9697ce7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to