Hi Domek, There is a fix for this problem which you can see if you use the latest version. https://developers.google.com/chart/interactive/docs/release_notes#october-2-2015
On Sat, Mar 5, 2016 at 5:42 AM, Domek <[email protected]> wrote: > 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 [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/c1d82628-3a96-46c5-b45b-fb69db1ff9a9%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/c1d82628-3a96-46c5-b45b-fb69db1ff9a9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- 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/CAOtcSJM_1iSEx7icRM7%3DKu%2B9TNfTnsrK0%3Dbq_AudLkgfiN9ggw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
