-
-
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
Line is drawn below the x axis when the drawCubicEnabled is YES. #1236
Comments
use |
Thanks. Do you know how to to skip value? I've searched and found some relevant issue, but don't know how to do. |
@VincentSit first, if you don't need value, just don't insert any entry for the xIndex, but xIndex should be there. |
@liuxuan30 I think I see what you mean now, thank you. |
I don't want to draw the line below the x axis when the
drawCubicEnabled
isYES
.There is also another problem. If the value is 0, I want to skip it, but I do not know how to do.
In addition, I do not want to it filled below the x-axis, I expect a result like this:
Here is my code.
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: