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
Trying to plot the line chart with non linear x-axis scale. The sample data set it (5,100) (10,200) (15,100) (10, 50) (5, 100)
The result of the data should be drawn as a Rhombus.
No line is drawn on the chart. Does the Charts framework expect the x-axis values to be always sorted in ascending order?
Charts version/Branch/Commit Number: 3.0.5 Xcode version: 10.0 Swift version: 4.0 Platform(s) running Charts: iOS macOS version running Xcode: 10.13.6
The text was updated successfully, but these errors were encountered:
Yes, should be sorted
Sorry, something went wrong.
No branches or pull requests
What did you do?
Trying to plot the line chart with non linear x-axis scale. The sample data set it
(5,100)
(10,200)
(15,100)
(10, 50)
(5, 100)
What did you expect to happen?
The result of the data should be drawn as a Rhombus.
What happened instead?
No line is drawn on the chart. Does the Charts framework expect the x-axis values to be always sorted in ascending order?
Charts Environment
Charts version/Branch/Commit Number: 3.0.5
Xcode version: 10.0
Swift version: 4.0
Platform(s) running Charts: iOS
macOS version running Xcode: 10.13.6
The text was updated successfully, but these errors were encountered: