-
-
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
PieChart, adding an imageView beside values #2318
Comments
The first question seems too generic and the answer you should already know. The real issue should be your second qestion, It's better can can explain with details for
If it's a bug or need enhancements so we can take a look. |
at first I didn't know about the feature of having icon in your new version, but then I realize that there is a parameter for DataEntry that receive an NSUIIMage. but it will place the image in side the pie chart. I found that the icon has an offset property, which will receive x and y for moving the image, but It does not handle the overlaying of images. I mean if use this icon you provide in your new version and moving it to outside the pie chart, it will overlay with other images and labels. can you please fix this issue to handle this? or maybe you need a Bool to determine image should be outside the piechart or inside the piechart. |
I have also posted a question in stackOverFlow which you can track here |
@liuxuan30 now I have this below image below image : |
I cannot find any reference in the wiki on how to do this? |
@sashalondon yes , still not merged with the origin repo, but I have created the pull request which is waiting to be merge. although you can find my commits in my pull request about how to do this:
|
… image will be shown beside the value label of each slice
can you please help me how to add an imageView beside the position of the label like below image :
this is what I want :
version
supports icon for PieChart but it does not draw images on a good position regard to the related value label. it has an iconOffset with x and y but it won't fully support for all different values.
The text was updated successfully, but these errors were encountered: