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 - Draw pie slices anticlockwise
Summary: Draw pie slices anticlockwise
Status: RESOLVED FIXED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: https://www.steema.com/support/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-09 04:09 EDT by yeray alonso
Modified: 2019-07-09 08:09 EDT (History)
0 users

See Also:
Chart Series: Pie
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 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).