-
-
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
How to remove Cubic Line chart value? #3615
Comments
Are you sure ?? line 355
|
it' a implementation for ChartBaseDataSet
|
It works now!!! Thank you!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do?
lineChartView.drawValuesEnabled = false
I found it in the chart-demo app for drawValuesEnabled (removing value)
What did you expect to happen?
I want the cubic line chart's value disappear like the charts-demonstration app
(I want the numbers to disappear)
What happened instead?
Error "Value of type 'LineChartView?' has no member 'drawValuesEnabled'"
Charts Environment
Charts version/Branch/Commit Number: 3.1.1
Xcode version: Xcode 10.0 beta 5
Swift version: 4
Platform(s) running Charts: iOS 11.3
macOS version running Xcode: macOS 10.13.5
Demo Project
ℹ Please link to or upload a project we can download that reproduces the issue.
The text was updated successfully, but these errors were encountered: