Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Bar Charts width

How can I show all the years in a straight line instead of the way they are now. First image is what I want, second image is what I have.

This is what I want

This is what I want

var options = {
    'width': '100%',
    'height': 500,
    "hAxis":{showTextEvery:1},
    'legend': { position: 'top' },

};
like image 740
roro Avatar asked Apr 30 '26 17:04

roro


1 Answers

var options = {
    'width': '100%',
    'height': 500,
    "hAxis":{showTextEvery:1, maxAlternation:1, minTextSpacing:1},
    'legend': { position: 'top'},

};

I have figured it out.

like image 62
roro Avatar answered May 02 '26 08:05

roro



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!