-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diffrent X-axis label color #921
Comments
No, and you have to do it yourself and you are more than welcome to file a PR with a clean design :) |
If you absolutely have to change the xAxis colors, here is where the magic happens. Although you would have to change it every time you update the code. I found it inside XAxisRendererHorizontalBarChart. I am sure there is something similar for other charts.
|
I'm considering writing something for this, because I have to familiarize myself with this code so much anyhow for my job. I just need to learn common protocols for contributing to git projects. |
Is there any way to use different color for different XAxis data point ? I know we can do this for Y-Axis using
chartDataSet.valueColors = valueColors
Is there any similar function for XAxis ?
The text was updated successfully, but these errors were encountered: