how to change font size of Google Chart Tooltip

45 views
Skip to first unread message

Albion87

unread,
Feb 22, 2017, 11:08:59 AM2/22/17
to Google Visualization API
How do i Chane the font size of Google Stack column Chart tooltip ?

This is what i have for option Property :


    var options = {
        isStacked: true,
tooltip: { textStyle: { fontName: 'verdana', fontSize: 7 } },
        width: 800,
        height: 600,
        chart: {
            title: 'Year-by-year coffee consumption',
            subtitle: 'This data is not real'
        },
        vAxis: {
            viewWindow: {
                min: 0,
                max: 100
            }
        },
legend: { position: 'left', alignment: 'start' },
        series: {
            2: {
                targetAxisIndex: 1
            },
            3: {
                targetAxisIndex: 1
            }
        },
        backgroundColor: {fill: 'transparent'},
        chartArea: {
          backgroundColor: 'transparent'
        }
    };
Untitled.png
Reply all
Reply to author
Forward
0 new messages