Google line chart haxis labels getting removed

33 views
Skip to first unread message

User 072319

unread,
Apr 9, 2020, 7:55:38 AM4/9/20
to Google Visualization API
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.

SJW

unread,
Apr 15, 2020, 1:42:13 AM4/15/20
to Google Visualization API
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
}

Reply all
Reply to author
Forward
0 new messages