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 1825

Summary: Invert scale not working with scale values lower then zero.
Product: HTML5 JavaScript TeeChart Reporter: Alexander Cosman <alexander.cosman>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major CC: sandra
Priority: ---    
Version: 2015.05.02.1.8   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Result of incorrect scale

Description Alexander Cosman 2017-03-27 09:52:08 EDT
Created attachment 743 [details]
Result of incorrect scale

This can be simulated very easily with your demos of the gauge.

In the following situation everything works fine:
 - gauge.min: 0
 - gauge.max: 100
 - gauge.inverted: true

But with the following values, it doesn't work (incorrect range):
 - gauge.min: -50
 - gauge.max: 100
 - gauge.inverted: true

Now we see a gauge with a scale starting at 150 and going to 0 (instead of the correct 100 to -50) 

You can see the result in the attachment.