SwiftSunburstDiagram icon indicating copy to clipboard operation
SwiftSunburstDiagram copied to clipboard

SwiftUI library to easily render diagrams given a tree of objects. Similar to ring chart, sunburst chart, multilevel pie chart.

Results 12 SwiftSunburstDiagram issues
Sort by recently updated
recently updated
newest added

I have an issue when applying to the none SwiftUI project using subclass the UIHostingController. file SettingsNodesView.swift ``` fileprivate func nodeCellFor(_ node: Node) -> some View { return NavigationLink(destination: SettingsNodesView(nodes:...

![IMG_B604FE2E038E-1](https://user-images.githubusercontent.com/38668796/73158673-9a699f80-40f5-11ea-9c33-6211021b1fe7.jpeg) When I click it 4 times it hangs and no longer opens. xcode 11.3 , iOS 13.3