See an example here: http://jsfiddle.net/asgallant/5hgP3/.  Comment out the 
font-size line in the CSS pane and see the effect changing that has on the 
tooltips.

On Saturday, March 9, 2013 4:22:42 PM UTC-5, asgallant wrote:
>
> That usually happens when you have CSS in your page that is affecting the 
> font size of the tooltip.  Absent outside influences, the tooltips are 
> drawn in the correct proportions.
>
> On Saturday, March 9, 2013 4:04:05 PM UTC-5, [email protected] wrote:
>>
>> Hello together,
>> after a long day i finally have my drawing. But now i have the problem 
>> with the tooltip.
>> I pin a screenshot at this post.
>> My Tooltip is to small for my x and y value. 
>> Is it possible to resize it?
>>
>> I use the normal Line Chart with this code:
>> // arrayToDataTable method
>>             var data = google.visualization.arrayToDataTable(data_array);
>>         
>>             new 
>> google.visualization.LineChart(document.getElementById('visualization')).
>>             draw(data, {curveType: "none",
>>                         width: 1200, 
>>                         height: 600, 
>>                         chartArea: {width: '85%', height: '85%'}, 
>>                         backgroundColor: 'none', 
>>                         legend: {position: 'bottom'},
>>                         vAxis: {gridlines: {count: 12}, viewWindowMode: 
>> 'maximized'},
>>             hAxis: {showTextEvery: anzeige},
>>                         focusTarget: 'datum',
>>                         tooltip: {textStyle: {color: 'black', fontSize: 
>> '10'}}
>>                         }
>>                 );
>>
>

-- 
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 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to