The tooltip gets cutoff for certain points (the bottom part gets cutoff).
How can I fix this issue?
following are the current options...
chart.draw(data, {
width: 275,
height: 75,
legend:'none',
gridlineColor:'white',
pointSize:2,
chartArea:{left:0},
chartArea:{width:275},
colors:['red','green', 'blue']});
use the tooltip.ignoreBounds
configuration option
from the documentation...
If set to true, allows the drawing of tooltips to flow outside of the bounds of the chart on all sides.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With