0
votes

I've got a chart to display data from the current quarter and previous quarter, but I also show it to the month. Here is an image of what I'm trying to do:enter image description here

I'm not sure how to do this or if it's even possible. I'm currently using ng2-charts (which is based off of Chart.js) but I'm open to any open-source charting platform that works with Angular 2

2

2 Answers

1
votes

This library is what you are looking for angular2-chartjs2

https://github.com/evoila/angular2-chartjs2

0
votes

If you want to use highcharts with Angular2 then refer this- https://www.npmjs.com/package/angular2-highcharts

PrimeNG charts can be an alternative- http://www.primefaces.org/primeng/#/barchart

Another option is Google Charts. Refer this - Angular2 + Google Charts. How to integrate Google Charts in Angular2?