-
-
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
Customize scatter chart color for each data in dataSets #1443
Comments
|
@liuxuan30 I dont think i can set holeColors this way? |
hole colors? I don't see it. Anyway.. code is there, so if existing properties can't solve you problem, time to override :) |
@liuxuan30 Yes scatterShapeHoleColor ...ahh....I have to override for every problems i face.. |
basically, there are too many requirements to satisfy with just a few people. If you find something useful, you are more than welcome to file a PR following the code style :) |
I want to set different color for each data in dataSet
set1
. Setting the color of dataSet as[set1 setColor:ChartColorTemplates.colorful[0]];
, sets every color to same.Is there a way to set each dataSet color to different and may be shapes too?The text was updated successfully, but these errors were encountered: