From b998b5a816dd032b83073e748ee1af4490c78e43 Mon Sep 17 00:00:00 2001 From: Penny Huang <51040483+phuanggh@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:52:57 +0800 Subject: [PATCH] Add tutorial links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b18d78021e..1a867ccd3f 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ In order to correctly compile: * [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) +* [Set Up a Basic Bar Chart Using iOS-Charts (Penny Huang)](https://medium.com/@penny-huang/swift-setting-up-a-basic-bar-chart-using-ios-charts-afd6aad96ac) +* [iOS-Charts Tutorial: Highlight Selected Value With a Custom Marker (Penny Huang)](https://medium.com/@penny-huang/swift-ios-charts-tutorial-highlight-selected-value-with-a-custom-marker-30ccbf92aa1b) Want your tutorial to show here? Create a PR!