I am using the google column chart from this example:
https://developers.google.com/maps/documentation/javascript/examples/elevation-paths
and I want to remove the horizontal gridlines, after searching for apparently below is supposed to make them invisible (I tried with hAxis too) but it does not seem to be effecting the chart at all...
vAxis: {
gridlines: {
color: 'transparent'
}
}
Why is this not doing anything?
This will work for sure:
vAxis: {
minValue: 0,
gridlines: {
color:'transparent'
},
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With