I'm using angular2-chartjs for charts in my Angular app following https://github.com/emn178/angular2-chartjs.
It works fine and I can add any single type chart available in the module.
However, I want 3 multiple type charts on the same page/component i.e. Pie, Line and Bar chart. I have searched for this and found like How can I get multiple charts(bar and line) with ng2-charts? but didn't work in my case as I'm using <chart>
element, and mostly solutions are with <canvas>
element and I guess that the version doesn't support.
Please guide me how can I achieve this.