An open API service indexing awesome lists of open source software.

https://github.com/gunjanmimo/d3-visualization

D3.js is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of Scalable Vector Graphics, HTML5, and Cascading Style Sheets standards. It is the successor to the earlier Protovis framework
https://github.com/gunjanmimo/d3-visualization

d3js data data-science data-visualization reactjs

Last synced: 4 months ago
JSON representation

D3.js is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of Scalable Vector Graphics, HTML5, and Cascading Style Sheets standards. It is the successor to the earlier Protovis framework

Awesome Lists containing this project

README

        

# Data-Driven Documents

![](https://miro.medium.com/max/3780/1*dATCSWDXV4Xoh4i2BpoowQ.png)
**

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

**

## Modules

1. [Simile Face using SVG and D3](https://github.com/gunjanmimo/d3-visualization/blob/main/src/simle.js)
2. [Data Loading using Async function 1](https://github.com/gunjanmimo/d3-visualization/tree/main/src/dataloading)
3. [Data Loading using Async function 2](https://github.com/gunjanmimo/d3-visualization/tree/main/src/dataload)
4. [Mouse Follower](https://github.com/gunjanmimo/d3-visualization/tree/main/src/mouseFollower)
5. [CSV parsing with D3](https://github.com/gunjanmimo/d3-visualization/tree/main/src/csvParser)
6. [Vega Lite API for Visualization](https://github.com/gunjanmimo/d3-visualization/tree/main/src/vegaLite)
7. [Interactive Data Filter](https://github.com/gunjanmimo/d3-visualization/tree/main/src/DataFilter)
8. [Line Chart with D3 Line](https://github.com/gunjanmimo/d3-visualization/tree/main/src/LineChart)
9. [Animated Bar Chart with Color Transition](https://github.com/gunjanmimo/d3-visualization/tree/main/src/AnimatedBarChart) 10.[Responsive Bar Chart]()