Pre-requisites
1.sapui5 framework
2.sap.makit library loaded.
Steps
1.First step is to include sap.makit library in index.html file
![1.PNG]()
2.Create sap.makit.Chart control and give properties.
![2.PNG]()
3.Get Data for the Chart.You can Get Data from Odata Service
![3.PNG]()
4.Bind Data to Chart.All set..Try it
![4.PNG]()