You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
Per our *CONTRIBUTING guidelines, we use GitHub for
bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag ios-charts.
Please remove this line and everything above it before submitting.
I want to customize the xAxis's labels position.
The function to draw a radar x-axis label is drawLabel in XAxisRendererRadarChart.
i can override XAxisRendererRadarChart to achieve what i want.
but i can't override the initialize which is set _xAxisRenderer in RadarChartView. and also i can't override _xAxisRenderer in other way.
so how can i do?
The text was updated successfully, but these errors were encountered:
you should be able to override initialize if you are in the same framework. So I'd suggest grab the source code and override it, or just modify the source code.
What did you do?
I want to customize the xAxis's labels position.
The function to draw a radar x-axis label is drawLabel in XAxisRendererRadarChart.
i can override XAxisRendererRadarChart to achieve what i want.
but i can't override the initialize which is set _xAxisRenderer in RadarChartView. and also i can't override _xAxisRenderer in other way.
so how can i do?
The text was updated successfully, but these errors were encountered: