BIKCharts is a new chart framework for iOS +13.
There are different types of Charts like BarChart, LineChart, PieChart. There are lots of configurable options for these charts.
Tip: All chart models are ObservableObject and these properties have publisher. So you can easily change your model dynamically.
BIKCharts
BIKCharts is a new chart framework for iOS +13. There are different types of Charts like BarChart, LineChart, PieChart. There are lots of configurable options for these charts.
Tip: All chart models are ObservableObject and these properties have publisher. So you can easily change your model dynamically.
Requirement
Installation
Use Swift Package Manager and add package dependency (File > Swift Packages > Add Package Dependency…) https://github.com/ilyadaberdil/BIKCharts.git
Usage
BarCharts
Create BarChartModel to configure your charts.(Some of these properties have default value but you can configure as you wish)
That’s all 🎉 If you want to implement your custom dragAction, you can use this callBack;
Sample
LineChart
Create LineChartModel to configure your charts.(Some of these properties have default value but you can configure as you wish)
That’s all 🎉 If you want to implement your custom dragAction, you can use this callBack;
Sample
PieChart
Create PieChartModel to configure your charts.(Some of these properties have default value but you can configure as you wish)
That’s all 🎉 If you want to implement your custom tapAction, you can use this callBack;
Sample
Author
Berdil İlyada Karacam ilyadaberdil@gmail.com https://www.linkedin.com/in/ilyadaberdil
License
BIKCharts is available under the MIT license. See the LICENSE file for more info.