nicolas
nicolas
PR #108 Works for multiline also, BarChart and PieChart.
I did a simple test. ``` import SwiftUI import SwiftUICharts struct ContentView: View { @State var data: [Double] = [1, 2, 3] var body: some View { VStack { CardView...
PR #112 I manage to arrive at the result by using Binding, all the way.
Is this still an issue with the latest version, on the master branch?
@MattGeimer Thanks. Let me know and if it's still there I'll take a look
I push a quick fix based on @antoniowar17 's solution. This needs to be reviewed but I'm hoping it will solve your issues for now.
@marchantcilliers You need to wait for the PR #113 to be merged into the master branch, then you can do the update.
SF Symbols will be available on mac at the next release. Maybe it's better to just de-activate the macOS target till the next release?
I believe this is pretty easy to do. Just go to action, and there is one already pre-configured. It just builds and runs tests.
I would vote for the protocol BDButtonTrayItemProtocol, with a default implementation for the Toggle case.