Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 881

Summary: Remove limit on ToolTip width
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: ToolsAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement CC: david
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&t=15132
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-08-12 08:42:57 EDT
For some reason, the ToolTip seems to have a maximum of 300px:

    if (tt.offsetWidth > 300)
      ttstyle.width = 300 + 'px';

If there isn't an important reason for that, we could remove it.
Comment 1 david berneda 2014-09-12 13:07:11 EDT
I think it was an arbritrary limit, no special reason.
It can be removed (or increased).