Page 1 of 1

ToolTip width

Posted: Mon Aug 11, 2014 8:54 pm
by 9347097
Hello, it looks like there is a hard-coded maximum width of 300?

Code: Select all

    if (tt.offsetWidth > 300)
      ttstyle.width = 300 + 'px';
(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.

Re: ToolTip width

Posted: Tue Aug 12, 2014 12:43 pm
by yeray
Hello,

I've added it to the public tracker to be revised for further releases:
http://bugs.teechart.net/show_bug.cgi?id=881