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

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.

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.