I'm using following code, but still can't get rid of horizontal axis and labels.
var options = {
legend: 'none',
tooltip: {trigger: 'none'},
hAxis: {
gridlines: {
count: 0,
color: 'none'
}
},
yAxis: {
gridlines: {
count: 0,
color: 'none'
}
}
};