Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/intro-to-d3
a D3.js tutorial
https://github.com/square/intro-to-d3
Last synced: 3 months ago
JSON representation
a D3.js tutorial
- Host: GitHub
- URL: https://github.com/square/intro-to-d3
- Owner: square
- License: other
- Created: 2014-10-07T16:53:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T12:42:06.000Z (about 3 years ago)
- Last Synced: 2024-05-09T09:06:00.162Z (6 months ago)
- Language: CSS
- Homepage: https://square.github.io/intro-to-d3
- Size: 1.11 MB
- Stars: 601
- Watchers: 26
- Forks: 163
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Intro to D3
This is the source for Square's [Intro to D3.js][intro-to-d3] tutorial, it's
a brief intro to d3.js with examples.[intro-to-d3]: https://square.github.io/intro-to-d3
## Developing Locally
Make sure you have Jekyll.
```
gem install jekyll
```Generate the static HTML and serve it locally:
```
jekyll serve --watch
```## Contributing
See our [CONTRIBUTING.md](CONTRIBUTING.md).
## License
See our [LICENSE.txt](LICENSE.txt).