Google Chart does not display all X-axis labels

I would like to see every show on the label. It also doesn't use the full width of the window, which is odd. Any ideas how to fix them? Here's the option code:

var options = {
'title':'Experience Points',
                     'width':'927',
                     'height':'510',
'chartArea': {'left': '50','width':'927' },
legend: { position: 'top', maxLines: 2 },
hAxis: {showTextEvery: 0},
hAxis: {slantedText:'true'},
hAxis: {slantedTextAngle: '90'},
isStacked: true
};

      

This is how it looks: enter image description here

+3


source to share





All Articles