https://github.com/square/intro-to-d3
a D3.js tutorial
https://github.com/square/intro-to-d3
Last synced: 10 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T12:42:06.000Z (over 4 years ago)
- Last Synced: 2025-03-30T07:02:10.789Z (about 1 year ago)
- Language: CSS
- Homepage: https://square.github.io/intro-to-d3
- Size: 1.11 MB
- Stars: 603
- Watchers: 25
- Forks: 161
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-frontend - intro-to-d3 - a D3.js tutorial
- awesome-frontend - intro-to-d3 - a D3.js tutorial (11. 图表绘制/图形库(Graphics) / 10.10 样式修正)
- awesome-front-end - intro-to-d3 - a D3.js tutorial (11. 图表绘制/图形库(Graphics) / 10.10 样式修正)
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).