Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adri567 committed Apr 30, 2022
2 parents 891650a + 43677ec commit 9d30548
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ This was easy, or? Now you can use CheesyChart in your project! 📈📉
<img src="https://user-images.githubusercontent.com/26815443/165816452-2dd5b405-2a4b-4630-a23b-db5a35235937.gif" width="26%"></img> <img src="https://user-images.githubusercontent.com/26815443/165816470-938d26a0-6950-49c3-951e-793cf3dcb874.gif" width="26%"></img>
</p>

###### Thanks Nick for letting me use your crypto app as a showcase for CheesyChart! 💯
<p align="center">
<img src="https://user-images.githubusercontent.com/26815443/166107899-f9468d5e-5e65-405a-9744-9f183dbf5963.gif" width="52%">


## 🪛 Usage
Expand Down Expand Up @@ -126,7 +127,7 @@ yAxiesStatsAlignment: YAxiesAlignment = .leading // Position of the y axies stat

chartLineColorOnHigh: Color = .green // Chart color if the price goes up

lineChartColorOnLow: Color = .red // Chart color if the price goes down
chartLineColorOnLow: Color = .red // Chart color if the price goes down

chartLineWidth: CGFloat = 2 // Width of the chart line

Expand All @@ -149,4 +150,6 @@ chartPriceLabelYAxies: CGFloat = 40.0 // Position of the price label on the y ax
chartPriceLabelCornerRadius: CGFloat = 5 // Corner radius of the price label

chartPriceLabelShadow: Color = .clear // Shadow of the price label
```

###### Thanks Nick for letting me use your crypto app as a showcase for CheesyChart! 💯

0 comments on commit 9d30548

Please sign in to comment.