-
-
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
Multiple colors for the same line #3816
Comments
cyril94440
changed the title
Multiple Colors for the same line
Multiple colors for the same line
Jan 14, 2019
check /// All the colors that are used for this DataSet.
/// Colors are reused as soon as the number of Entries the DataSet represents is higher than the size of the colors array.
var colors: [NSUIColor] { get } |
eh you are talking about gradient lines? that's a different story then. There is a PR but we didn't review yet. |
@liuxuan30 Are there any plan to review/merge the PR in near future? |
Looking for this feature too! Love the library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there
I am trying to draw a single line with a different color according to a y-value-threshold.
Is there a way to achieve such a thing?
This is the UI I am currently using but it is not beautiful, that is why I am trying to apply the background color directly on the line.
Thanks !!!
The text was updated successfully, but these errors were encountered: