How do i Chane the font size of Google Stack column Chart tooltip ?
Sample : https://jsfiddle.net/Albion87/ujpv8oep/3/

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'
        }
    };

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/8dc402d0-dc1c-453c-8fff-198bdba0b47f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to