Mercurial > public > stock-charts
comparison README.md @ 128:212573e8b5d4
Update README.md
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 12 Dec 2023 08:57:22 +0000 |
parents | fc066e00f4b6 |
children | b8549a53d732 |
comparison
equal
deleted
inserted
replaced
127:fc066e00f4b6 | 128:212573e8b5d4 |
---|---|
1 | 1 |
2 # stock-charts [DEPRECATED] | 2 # stock-charts |
3 | 3 |
4 Now, there is a way to make charts with a native API, check -> [Charts](https://developer.apple.com/documentation/charts). | 4 This library has been deprecated. Use the native API -> [Charts](https://developer.apple.com/documentation/charts). |
5 | 5 |
6 A library to display interactive charts in SwiftUI. | 6 A library to display interactive charts in SwiftUI. |
7 | 7 |
8 <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> | 8 <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> |
9 | |
10 - Docs: <https://denniscm.com/proj/stock-charts.html> | |
11 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/stock-charts> | |
12 - Mirrors: | |
13 - Github: <https://github.com/denniscmartin/stock-charts> | |
14 - Gitlab: <https://gitlab.com/denniscmartin/stock-charts> | |
15 |