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

Summary: ToolTip for Surface
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: Chart 3DAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

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