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 8 - ToolTip for Surface
Summary: ToolTip for Surface
Status: CONFIRMED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Chart 3D (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 10:34 EDT by yeray alonso
Modified: 2013-09-23 10:34 EDT (History)
0 users

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 2013-09-23 10:34:06 EDT
I take the Surface demo:

http://www.steema.com/files/public/teechart/html5/v2012.12.14.1.4/demos/series/surface/surface.htm

And I try to add the ToolTip as in the demo:

http://www.steema.com/files/public/teechart/html5/v2012.12.14.1.4/demos/extra/ToolTips.htm

  tip=new Tee.ToolTip(Chart1);
  tip.format.font.style="16px Tahoma";
  tip.render="canvas";

  Chart1.tools.add(tip);
  Chart1.series.items[0].hover.line=false;

But it does nothing