How to implement scattered chart in ionic framework using chart.js?

I need to implement scattered chart in ionic framework using chart.js. Can anyone guide me how to do so ?

What are you stuck on? Include chart.js in your project, then just follow their docs to include it within your ionic app.

http://www.chartjs.org/docs/

yeah. include the lib in your index.html --> and then select a canvas-Node or create one and call new Chart() on it. Add some configurations and you are ready.

If you want it a little bit more angular-way:
https://jtblin.github.io/angular-chart.js/