https://github.com/jens-ox/vue-data-components
Components for data visualization.
https://github.com/jens-ox/vue-data-components
chart d3 data-visualization svg visualization vue
Last synced: 10 months ago
JSON representation
Components for data visualization.
- Host: GitHub
- URL: https://github.com/jens-ox/vue-data-components
- Owner: jens-ox
- License: mit
- Created: 2018-09-30T21:14:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T06:25:48.000Z (over 6 years ago)
- Last Synced: 2025-05-29T00:44:34.683Z (10 months ago)
- Topics: chart, d3, data-visualization, svg, visualization, vue
- Language: JavaScript
- Homepage: https://condescending-bhaskara-14e935.netlify.com
- Size: 511 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Data Components
Components-based library for creating data visualizations, e.g. charts. Heavily inspired by [vx](https://github.com/hshoff/vx) and [data-ui](https://github.com/williaster/data-ui).
Please note that this library is in early development.
## Documentation
[Here](https://condescending-bhaskara-14e935.netlify.com)
## Development setup
```bash
git clone https://github.com/jens-ox/vue-data-components
cd vue-data-components
yarn
yarn serve
```
See `package.json` for additional details.