How to show only interger that starts with zero, equal spacing, non repeating label on v-axis

14 views
Skip to first unread message

ruchi goel

unread,
Feb 10, 2017, 2:59:02 PM2/10/17
to Google Visualization API
I am using google chart API. I have to display only integer that starts with zero, equal spacing, non repeating label on v-axis. I tried the following

vaxis = {
        gridlines: {
               count: -1
         },
         viewWindow: {
               min: 0
         },
         format: '#'
     }   

But i am geeting -1, 0 ,1 label on v-axis
Reply all
Reply to author
Forward
0 new messages