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 688

Summary: Labels Rotation offsets aren't perfectly calculated
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: basset3, marc
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&t=14813
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-03-31 08:10:21 EDT
function draw() {
  Chart1=new Tee.Chart("canvas1");
  
  s = new Tee.Bar().addRandom();
  Chart1.addSeries(s);
  
  Chart1.axes.bottom.labels.rotation = 90;
  Chart1.axes.left.labels.rotation = 90;
  
  Chart1.draw();
}
Comment 1 marc meumann 2014-04-15 07:57:09 EDT
Fixed for inclusion in next update.