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 1853

Summary: Incorrect margins when having two Bar series, one without values
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: marc
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&p=73630#p73630
Chart Series: Bar Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2017-04-28 07:19:37 EDT
The second Bar series, without values, is braking the bottom axis margins.

  var barSeries1 = Chart1.addSeries(new Tee.Bar()).addRandom(10);
  var barSeries2 = Chart1.addSeries(new Tee.Bar());