I'm having a hard time getting the horizontal gridlines to show up in my google charts.
Here is my hAxis settings. I suspect it has something to do with datetime format so I wrote a formatter.
hAxis: {
title: 'DateTime (UTC)',
slantedText: true,
gridlines: {
count: 30
}
}
var formatter = new google.visualization.DateFormat({pattern: 'yyyy-MM-dd HH:mm:ss'});
formatter.format(data, 0);
Anytbody know what I'm doing wrong?
The Site: http://redditsnaps.com/r/dataisbeautiful/top-posts-chart