https://github.com/idkjs/vx-d3-lines-demo
First look at linecharts and multiline charts in d3 using vx library
https://github.com/idkjs/vx-d3-lines-demo
d3js nextjs vx
Last synced: 3 months ago
JSON representation
First look at linecharts and multiline charts in d3 using vx library
- Host: GitHub
- URL: https://github.com/idkjs/vx-d3-lines-demo
- Owner: idkjs
- Created: 2018-01-15T16:34:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T11:56:02.000Z (over 7 years ago)
- Last Synced: 2025-02-04T16:51:14.103Z (5 months ago)
- Topics: d3js, nextjs, vx
- Language: HTML
- Homepage: https://vx-d3-lines-demo.now.sh
- Size: 472 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of Single and Multiline D3 Charts
## Source
- single line source is this Medium article: https://medium.com/vx-code/getting-started-with-vx-1756bb661410## Live Demo
- [Live Demo](https://vx-d3-lines-demo.now.sh)
## Dependencies
```json
"dependencies": {
"@vx/axis": "^0.0.111",
"@vx/gradient": "^0.0.111",
"@vx/group": "^0.0.111",
"@vx/mock-data": "^0.0.111",
"@vx/scale": "^0.0.111",
"@vx/shape": "^0.0.111",
"d3-array": "^1.2.0",
"next": "^2.3.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
```## Libraries
- [D3.js](https://d3js.org/)
- [VX](https://github.com/hshoff/vx/)
- [Next.js](https://github.com/zeit/next.js/tree/master)