Skip to content

Dhiraj240/Information-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON File Creation

To visualize the JSON data using D3.js i had created a jsonfile first i created a csv file which contains id, name, description, category of any kind.
*Convert the csv file to json file using the jsonconverter.py *
*Runpython jsonconverter.py in terrminal and it generates jsondata.json file. *

Visualize the created JSON data via D3.js

I used the D3.js opensource to come to a conclusion on generating the following visualization. The visualization provides the comparision of id, name, description on pie char as how many have been regiistered with unique ids and consistent names, descriptions. The JSON data was written manually as d3.json() is not working by the community itself.They are working to solve this bug for hierarchical json fields. I have alloted different unconsistent names and description. Following is the screenshot of it. image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published