options = {
timeline: {
rowLabelStyle: {fontName: 'Helvetica', fontSize: 18, color: '#603913' },
barLabelStyle: { fontName: 'Garamond', fontSize: 14 },
},
theme: 'material',
hAxis: {
title: 'teste',
format: 'dd/MM',
// All options bellow are ignored: <======
gridlines: {
count: 10,
},
minValue: new Date(2021, 8, 7),
maxValue: new Date(2021, 8, 10),
textPosition : "out",
slantedText:true,
slantedTextAngle:45,
legend: { position: 'top', maxLines: 3 },
},
};