Posts

Showing posts with the label ng2 charts

Best opensource charts to display multiple data-sets in angular8 - Chart.js is a clear winner

1) ng2 charts https://valor-software.com/ng2-charts/#/LineChart https://www.npmjs.com/package/ng2-charts https://alligator.io/angular/chartjs-ng2-charts/ Code samples:- https://stackblitz.com/edit/ng2-charts-scatter-template https://stackblitz.com/edit/ng2-charts-radar-template ------------------------------------------------------- 2) Chart.js https://www.chartjs.org/ https://github.com/chartjs/awesome https://www.chartjs.org/docs/latest/charts/mixed.html https://code.tutsplus.com/categories/chartjs Code samples:- https://github.com/designcourse/angular-chartjs https://tobiasahlin.com/blog/chartjs-charts-to-get-you-started/ http://plnkr.co/edit/TvY5tz?p=preview ----------------------------------------------------- 3) Highcharts https://stackblitz.com/edit/highcharts-angular-6 https://github.com/m-haziq/highcharts-simplified/ https://api.highcharts.com/highcharts/series ---------------------------------------------------- Other noteworthy mentions :- Can...