antvis/G2

The issue has been closed
Can the start and end angles of the polar coordinates be set to counterclockwise in v4.x? #3051
PomeloMan posted onGitHub
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
The problem is same as issue#945, but the v4 version cannot use the v3 method to solve this demand
What does the proposed API look like?
chart.coordinate('polar', { innerRadius: 0.1 }).transpose().scale(1,-1); // Unable to achieve the expected effect Is there any other way to achieve this requirement in v4.x?
<!-- generated by antv-issue-helper. DO NOT REMOVE -->