Goolgle Chart vertical labels

82 Views Asked by At

I can't don't find the property to modify the size of the label font. My labels are not clearly displayed in front of the bars and some of them is missing.

I tried with the property below but nothing changed.

vAxis:{titleTextStyle: { color: '#000', fontSize: 8, bold: true, italic: false }}

Example

1

There are 1 best solutions below

1
WhiteHat On

see the config options for the Timeline, there is no vAxis.

use instead...

timeline:{rowLabelStyle: { color: '#000', fontSize: 8, bold: true, italic: false }}