2. Support custom start angle and drawing direction in RadarChart #1173
Closed
OrtalG-codes
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
Thanks @OrtalCopilot, for suggesting this feature. I will implement it soon and release a new version. |
0 replies
|
Hi @OrtalCopilot This feature is now available from versions
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Radar charts in
react-native-gifted-chartsalways begin drawing index0from a fixed angle (pointing to the right) and proceed counter-clockwise, with no way to adjust this behavior. This makes it difficult to match other charting systems or design standards where the first data point needs to appear at a different position, or where the chart should rotate clockwise.It would be very helpful to have:
startAngleprop to control where the first data point is drawn.clockwiseoption to choose the rotation direction.These options would give developers full control over radar chart orientation and avoid needing to manually transform datasets just to achieve the expected visual layout.
All reactions