google charts change axis range code example
Example: google chart hide axis label
var options = {
hAxis: { textPosition: 'none' },
};
chart.draw(data, options);
var options = {
hAxis: { textPosition: 'none' },
};
chart.draw(data, options);