vue-d3-charts
Simply yet configurable charts build with D3.
See documentation and demo page.
Install
npm i vue-d3-charts --save
Usage
Import:
;
Template:
Configuration and data:
// datadata = name: "Lorem" total: 30 name: "Ipsum" total: 21 name: "Dolor" total: 20 // Configurationconfig = key: "name" value: "total" color: "steelblue"
Contributing
See contribution guide.
License
This repository is available under GNU General Public License v3.0. See details.