ToolTip width

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
Jim Green
Newbie
Newbie
Posts: 43
Joined: Thu Aug 03, 2006 12:00 am

ToolTip width

Post by Jim Green » Mon Aug 11, 2014 8:54 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: ToolTip width

Post by Yeray » Tue Aug 12, 2014 12:43 pm

Hello,

I've added it to the public tracker to be revised for further releases:
http://bugs.teechart.net/show_bug.cgi?id=881
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply