Mercurial > public > stock-charts
comparison README.md @ 131:ce6bfc2702fb default tip
Move to mercurial
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 03 Jun 2025 15:00:31 +0100 |
parents | b8549a53d732 |
children |
comparison
equal
deleted
inserted
replaced
130:c6687fb9a071 | 131:ce6bfc2702fb |
---|---|
1 | |
2 # stock-charts | 1 # stock-charts |
3 | 2 |
4 <a href="https://www.producthunt.com/posts/stockcharts-for-swiftui?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stockcharts-for-swiftui" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=295975&theme=dark" alt="StockCharts for SwiftUI - Display interactive stock charts easily 🎉 | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> | 3 <a href="https://www.producthunt.com/posts/stockcharts-for-swiftui?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stockcharts-for-swiftui" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=295975&theme=dark" alt="StockCharts for SwiftUI - Display interactive stock charts easily 🎉 | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> |
5 | 4 |
6 This project is now deprecated in favor of the [Apple’s native framework](https://developer.apple.com/documentation/charts). At the time of archiving this project, it has accumulated 98 stars and 11 forks on Github. | 5 This project is now deprecated in favor of the [Apple’s native |
6 framework](https://developer.apple.com/documentation/charts). At the time of | |
7 archiving this project, it has accumulated 98 stars and 11 forks on Github. | |
7 | 8 |
8 StockCharts is a library to create intertactive charts in SwiftUI. | 9 StockCharts is a library to create intertactive charts in SwiftUI. |
9 | 10 |
10 ## Installation | 11 ## Installation |
11 In Xcode go to File -> Swift packages -> Add package dependency | 12 In Xcode go to File -> Swift packages -> Add package dependency |
12 Copy and paste https://github.com/denniscmartin/stock-charts.git | 13 Copy and paste https://github.com/denniscmartin/stock-charts.git |
13 I’ve created a demo app using StockCharts called Trades. Check out the code in my Github | 14 I’ve created a demo app using StockCharts called Trades. Check out the code in |
15 my Github | |
14 | 16 |
15 ## Usage | 17 ## Usage |
16 | 18 |
17 ```swift | 19 ```swift |
18 import StockCharts | 20 import StockCharts |