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 - Remove limit on ToolTip width
Summary: Remove limit on ToolTip width
Status: CONFIRMED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-12 08:42 EDT by yeray alonso
Modified: 2014-09-12 13:07 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).