PieChart: Add option for using slice color as value line color#3898
Merged
almic merged 1 commit intoPhilJay:masterfrom Apr 28, 2018
Merged
PieChart: Add option for using slice color as value line color#3898almic merged 1 commit intoPhilJay:masterfrom
almic merged 1 commit intoPhilJay:masterfrom
Conversation
Contributor
|
Looks great. I would suggest going all the way with your idea on the value lines ending outside the circle with a dot at the end, but this works fine the way it is. If you could add the option to draw lines with an entirely separate color list, that'd be awesome too. |
regas99
pushed a commit
to regas99/MPAndroidChart
that referenced
this pull request
Apr 1, 2019
…_colors PieChart: Add option for using slice color as value line color
|
how can i add the value line on the basis of each slice? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #3897
If
dataSet.setUsingSliceColorAsValueLineColor(true);is called, value line color will be the same color with slice.