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.
<<attachment: tooltip.png>>
