ToolTip width
Posted: Mon Aug 11, 2014 8:54 pm
Hello, it looks like there is a hard-coded maximum width of 300?
(TeeChart.js @ 8398)
I do have text that overflows the TT rectangle. Other than changing my copy of the JS, is there anything that will allow a wider box?
Thanks.
Code: Select all
if (tt.offsetWidth > 300)
ttstyle.width = 300 + 'px';
I do have text that overflows the TT rectangle. Other than changing my copy of the JS, is there anything that will allow a wider box?
Thanks.