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 - Incorrect margins when having two Bar series, one without values
Summary: Incorrect margins when having two Bar series, one without values
Status: RESOLVED FIXED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Axes (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: 2017-04-28 07:19 EDT by yeray alonso
Modified: 2017-07-10 07:26 EDT (History)
1 user (show)

See Also:
Chart Series: Bar
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 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());