Skip to main content

Posts

Showing posts from June, 2020

5 best angular chart libraries on GitHub

In this post, we are going to explore the 5 best angular charts available on GitHub in terms of their popularity. We have considered the chart's popularity based on the stars given to the repo. So let's start -  1. ngx-charts -  This chart is very popular in the developer community and it provides various types of charts -  Chart Types -  Horizontal & Vertical Bar Charts (Standard, Grouped, Stacked, Normalized) Line Area (Standard, Stacked, Normalized) Pie (Explodable, Grid, Custom legends) Bubble Donut Gauge (Linear & Radial) Heatmap Treemap Number Cards Install To use ngx-charts in your project install it via  npm : npm i @swimlane/ngx-charts --save For more information, please visit the Git repository  https://github.com/swimlane/ngx-charts . 2. ng2-charts -  This chart is also popular and easy to implement.  Chart Types  -  Line Chart Pie Chart Bar Chart Doughnut Chart Radar Chart Polar Area Chart Bubble Chart Scatter Chart...