We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to set a Array of String for X-axis in swift 3? it's possible to set it for Y-axis but i'm not able to do it for x-axis in swift 3.
The text was updated successfully, but these errors were encountered:
you can't, you should follow <IChartAxisValueFormatter> to format them into strings. X axis is redesigned in Chart 3.0
<IChartAxisValueFormatter>
Sorry, something went wrong.
No branches or pull requests
how to set a Array of String for X-axis in swift 3? it's possible to set it for Y-axis but i'm not able to do it for x-axis in swift 3.
The text was updated successfully, but these errors were encountered: