I am using the following chart options.

      chartArea: { height: '80%', width: '90%' },
      hAxis: { slantedText: false, format: 'MMM,yy',
        gridlines: {
            count: -1,
            units: {
              months: {format: ['MMM,yy']}
            }
          },
          minorGridlines: {
          color: 'none',
          }
      },

H-Axis renders and displays correctly when there are multiple intervals, 
like months, years etc. But when there is only one unit (e.g one month), it 
displays times tamp on the h-axis. Both the pictures are attached.

I tried changing the format many ways, but still no luck, all the options 
are ignored by Google API.

Any idea?

-- 
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 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/d416c713-c3b1-4835-a73c-537350fd386d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to