Skip to main content

Posts

Showing posts with the label Bar Chart

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...

Working with MPAndroidChart (how to create Bar Chart using MPAndroidChart)

Hi Friends, In this tutorial i am going to show, "How to create Bar Chart using MPAndroidChart". There is a lot of libraries for creating charts in android like AChartEngine, MpAndroidChart, AndroidPlot etc. Your first question may be, Why MPAndroidChart. So MpAndroidChart provides better animation functionality and easy to use in comparision. Using  MPAndroidChart library  we can draw a: ·          Simple Bar Chart ·          Grouped Bar Chart ·          Horizontal Bar Chart ·          Simple Line Chart ·          Line Chart with Cubic Lines ·          Grouped Line Chart ·          Combined Line and Bar Chart ·          Pie Chart ·...