Search code examples
angularjsbar-chartpie-chart

How can I make bar & pie charts in angular js?


I want to make charts, bar chart and pie chart. It has to take inputs from user and maps that input to the chart on run time.

Chart has to able to make changes as the user changing it on run time.


Solution

  • You can use

    1. Angular chart (using Chart.js)
    2. Angular charts using D3
    3. Angular-nvD3
    4. You can use Google Charts also. You can use it with AngularJS