How off skip ticks in line chart?

11 views
Skip to first unread message

kostya solovichenko

unread,
Jul 26, 2017, 8:27:19 AM7/26/17
to Google Visualization API
In my chart 80-100 point on line, but ticks 10. Why? 
How off auto ticks on hAxis? 
I add costum ticks in option

hAxis: {
ticks: ticks,
},

ticks = array on 80-100 elements. But show 10.
How show all ticks in hAxis?

vlad

unread,
Jul 27, 2017, 5:35:44 PM7/27/17
to Google Visualization API
try:

hAxis: {
  gridlines
: { count: ticks }
}
Reply all
Reply to author
Forward
0 new messages