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
I face app crash issue when i try to add more data dot line than x-axis value on LineChart. Thank you for awesome library .
// simple arrays let data: [CGFloat] = [3, 4, 7, 9 ,2 , -2, 11, 13, 15] // simple line with custom x axis labels let xLabels: [String] = ["Jan", "Feb", "Mar", "Apr", "May", "Jun"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I face app crash issue when i try to add more data dot line than x-axis value on LineChart.
Thank you for awesome library .
The text was updated successfully, but these errors were encountered: