Skip to content
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

Multi-Level pie charts like sunburst pie chart #2516

Open
RajIET opened this issue Jun 12, 2017 · 7 comments
Open

Multi-Level pie charts like sunburst pie chart #2516

RajIET opened this issue Jun 12, 2017 · 7 comments

Comments

@RajIET
Copy link

RajIET commented Jun 12, 2017

sunburst-chart
Hi,
I want to know about how can we create multiple level pie charts. As I have gone through the APIs I am not able to find out how to draw multi-level pie chart like sunburst pie chart.

@RajIET
Copy link
Author

RajIET commented Jun 12, 2017

Hi,
Anyone have implemented then multi-level pie chart please share your code snippet. As I have read about the APIs I have not found any point where multi-level pie chart is described.
Earlier response is applicable.

Thanks.

@liuxuan30
Copy link
Member

liuxuan30 commented Jun 14, 2017

It's not supported as looks like it takes a decent extra work to do this.

@RajIET
Copy link
Author

RajIET commented Jun 14, 2017

@liuxuan30 How can I render Piechart in full View as view size is. ie. full view mode ?

@RajIET
Copy link
Author

RajIET commented Jun 14, 2017

It is good to support multi-level pie and have huge difference as no other lib supporting the multi-level pie chart. @liuxuan30
Thanks.

@RajIET
Copy link
Author

RajIET commented Jun 14, 2017

I Do change
let margin:CGFloat = 0
_circleBox = CGRect(x: margin, y: margin, width: self.bounds.size.width - 2 * margin, height: self.bounds.size.height - 2 * margin)
Click on slices is misplaced.
I think it is due to centeroffset

@kramesh486
Copy link

Is there any solution? I am also looking for the same.

@liuxuan30
Copy link
Member

liuxuan30 commented Dec 17, 2019

not gonna happen if no one implements this. It's totally doable by this framework, but requires a decent time to work it out. Currently we don't have man power to support any kind of new chart types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants