According to the documentation, the legend scroll arrow size is fixed. I 
experienced a dependence on font size adjustments.
Is there a workaround to adjust the scroll arrow size without making the 
label font size incredibly small? 

        var options0 = {

           backgroundColor: "none",

        hAxis: {

            textPosition: 'none',

            gridlines: { count: -1},

            title: ''

        },

           'chartArea': {'width': 42*<?php echo $formtreensamples[0];  ?>, 
'height': optpercent, 'left':'235', 'top':'30' }, 

            'legend': {position: 'right', textStyle: {color: 
'#000000',fontName: 'Optima', fontSize:14}, pagingTextStyle: {color: 
'#00005A', fontSize:14}, scrollArrows:{activeColor: '#00005A', 
inactiveColor:'#D5E8E5'} },

          title: ''

        };

This leads to the following undesired result with huge scroll arrows. Are 
there any ideas to this problem? Thanks!


-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/c1d82628-3a96-46c5-b45b-fb69db1ff9a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to