Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
add the right bundle to the pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadi Dbouk authored and Hadi Dbouk committed Oct 17, 2017
2 parents 8590f31 + b554673 commit 1ed1ddb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ Add a UIView and set class name 'ChartProgressBar'
chart.data = data
chart.barsCanBeClick = true
chart.maxValue = 10.0
//chart.barWidth = 15
//chart.barHeight = 180
//chart.emptyColor = UIColor.init(hexString: "e0e0e0")
//chart.progressColor = UIColor.init(hexString: "0086FF")
//chart.progressClickColor = UIColor.init(hexString: "09467D")
//chart.pinTxtColor = UIColor.white
//chart.pinBackgroundColor = UIColor.darkGray
//chart.barRadius = 5
//chart.barTitleColor = UIColor.init(hexString: "598DBC")
//chart.barTitleTxtSize = 12
//chart.barTitleWidth = 30
//chart.barTitleHeight = 25
//chart.pinTxtSize = 10
//chart.pinWidth = 30
//chart.pinHeigh = 30
chart.build()
}
```
Expand Down

0 comments on commit 1ed1ddb

Please sign in to comment.