I have created a google line chart with the following option, but the first and last X-axis labels are NOT shown, how to fix it?
hAxis: {
gridlines: {
count: 9,
units: {
days: {format: ['MMM dd']},
hours: {format: ['ha']},
}
},
},
vAxis: {
ticks: [0, 54, 70, 180, 250, 350]
}