You can try slanting the text which works for me:
inside hAxis add:
showTextEvery: 1, slantedTextAngle: 60, slantedText: 1
e.g.
hAxis: {
format: 'MMM yy',
viewWindowMode: "explicit",
showTextEvery: 1,
slantedTextAngle: 60,
slantedText: 1
}
On Thursday, 9 April 2020 21:55:38 UTC+10, User 072319 wrote:
>
> Hello there,
>
> I've a google line chart with three lines. I'm displaying months on haxis
> as labels. However as the chart is continuing drawing the lines, the labels
> are getting disappeared/removed. How to avoid this?
>
> You can find my code in this link: https://jsfiddle.net/9sfzyamj/
>
> Can anyone help me to fix this issue? Thanks in advance.
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/f20e30ed-ee56-47bb-8266-5025b534383f%40googlegroups.com.