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 2210

Summary: Draw pie slices anticlockwise
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: https://www.steema.com/support/viewtopic.php?f=3&t=17203
Chart Series: Pie Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2019-07-09 04:09:42 EDT
TeeChart VCL draws the pie slices anticlockwise but TeeChart JavaScript draws them clockwise.
So, exporting a Pie from VCL to JavaScript, the resulting chart looks reversed.

We could export the values in the reverse order, or we could add a "clockwise" property (at least to the JavaScript version).