Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 259
SajaWal NaWaz Avatar asked May 12 '15 09:05

SajaWal NaWaz


People also ask

How much is it to build a bar?

In order to open a bar, you should be ready to spend between $125,000 and $850,000 on average. If you are thinking about purchasing an already established bat, it will be cheaper – as little as $25,000. There are certain factors that determine the cost of building and opening a bar, including its size and location.

How do you make a bar on the computer?

Step 1: Click on the “Insert” tab. Step 2: Go to Charts> Bar Graph. Select a cell in your range and press Ctrl+A to select the data. Step 3: Click Insert > Insert Column or Bar Chart.


2 Answers

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
like image 182
Shiju K Babu Avatar answered Nov 06 '22 21:11

Shiju K Babu


I use data driven documents http://d3js.org/ there is also a good pluralsight course on getting started if you have a subscription.

http://www.pluralsight.com/courses/d3js-data-visualization-fundamentals

like image 22
Nicholas J. Markkula Avatar answered Nov 06 '22 21:11

Nicholas J. Markkula