İonic Stacked Bar Chart Typscript

I am developing a prototype using ionic type script and I want to display a stacked bar chart. Could anyone point me how can we do this?Or share some ts example

With Ionic v1 I used to use Chart.js to build charts on my apps. But for Ionic v2 and TypeScript, you can’t use JavaScript. There is a module based on it, but for TypeScript and ng2. Check this.