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

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

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)