-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
38 lines (26 loc) · 1.03 KB
/
README
File metadata and controls
38 lines (26 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
POP ASSIGNMENT
---------------
visualization using d3
-----------------------
________________________________________________________________
1) Install the required node_modules by : [ express ]
$ npm install
2) Run the local server ( serves static files )
$ node server.js
3) visit http://localhost:3000 to view the assignment
_________________________________________________________________
Some info :
------------
* Click on the states to get the plots
* Click on the selected state only or any area out of the Indian map to zoom out
* Can also click on the neighbouring states
* The plots have explanatory markers, the circular Plot shows the number of companies in
a sector, the bar graph is paidup_capital vs sectors
[ also has markers, so hovering over it highlights the entry ]
* used process.py to process the data obtained from data.gov.in [ company master data -- ministy of corparate affairs ]
___________________________________________________________________
AUTHOR
-------
Arjun Krishna
CS14B058
Dept. CSE, IITM