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

Hello i like this library but it does not support Gradient color can you help me how to add it. Thanks

Hi Ludo I hope you will be able to answer this question. What are the calculation rules of slice proportions (sizes in other words) in the ".parentdependent" mode when: -...

I am using the chart as a part of user interface, enabling them to select the option, that interests them most. Is it possible to receive a callback with a...

Hi, guess I am doing something wrong... Running this code on a view which is opened as sheet crashes the app. ```` import SwiftUI import SunburstDiagram struct MealBuilderView: View {...

Hi, What might be the reason of diagram not changing in real-time despite the values/labels change? Thanks b

Imports UIKit for macOS (I presume for UIImage?)

Hello! I've been looking for a Sunburst Chart for Numbers for Mac for a long time. There is a thread in the Apple community dedicated to such a diagram. And...

Pie slice colours are not visible in Xcode 12.1 but slices are interactive. Only colour issue is there

Amazing work! I've made a modification so that an arc expands when being selected, instead of having a border around it. It would be really handy if we can group...