From f46d66cab23bde7a0bd298d62ea362d522e1fdd5 Mon Sep 17 00:00:00 2001 From: Evgeny Basistiy <64682602+Basistiy@users.noreply.github.com> Date: Fri, 26 Jun 2020 17:54:03 +0300 Subject: [PATCH] Update readme.md with link to SwiftUI tutorial Hi! I have created tutorial with simple project example. It should be useful for those who want to use charts with SwiftUI. I added a link to my tutorial in 3rd party tutorials section below other tutorials --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adf8dced07..a469fbd5ba 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ In order to correctly compile: * [Creating a Line Chart in Swift 3 and iOS 10 (Osian Smith)](https://medium.com/@OsianSmith/creating-a-line-chart-in-swift-3-and-ios-10-2f647c95392e) * [Beginning Set-up and Example Using Charts with Swift 3](https://github.com/annalizhaz/ChartsForSwiftBasic) * [Creating a Radar Chart in Swift (David Piper)](https://medium.com/@HeyDaveTheDev/creating-a-radar-chart-in-swift-5791afcf92f0) +* [Plotting in IOS using Charts framework with SwiftUI (Evgeny Basisty)](https://medium.com/@zzzzbh/plotting-in-ios-using-charts-framework-with-swiftui-222034a2bea6) Want your tutorial to show here? Create a PR!