Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanpablodiaz/d3.js
D3.js playground
https://github.com/juanpablodiaz/d3.js
d3-visualization d3js data-visualization svg
Last synced: 8 days ago
JSON representation
D3.js playground
- Host: GitHub
- URL: https://github.com/juanpablodiaz/d3.js
- Owner: JuanPabloDiaz
- License: mit
- Created: 2024-02-29T01:20:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T19:23:55.000Z (about 1 month ago)
- Last Synced: 2025-01-14T19:57:39.926Z (about 1 month ago)
- Topics: d3-visualization, d3js, data-visualization, svg
- Language: JavaScript
- Homepage: https://d3.jpdiaz.dev/
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# D3.js
Building my own D3.js playground
## About
This is a simple Next.js app that uses D3.js to render multiple components.
_I am not using images, but rather **Scalable Vector Graphics** (SVGs) to render the components. It is a powerful way to render graphics by using DATA to create and manipulate SVGs._
The app is a work in progress and is intended to be a learning experience for me.
That being said, I will be developing and testing new component ideas and features as I learn more about D3.js.
Currently, I am working on multiple components. The components will include a world map, a country chart, a word cloud and much more.
To learn more about D3.js, please visit the [D3.js](https://d3js.org/) website.
## How to Contribute?
All contributions are welcome. Please read the [CONTRIBUTING guidelines](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.