0.2.8 • Published 5 years ago
vue-d3-charts v0.2.8
vue-d3-charts
Simply yet configurable charts build with D3.
See documentation and demo page.
Install
npm i vue-d3-charts --save
Usage
Import:
import { D3BarChart } from 'vue-d3-charts';
Template:
<D3BarChart :config="config" :datum="data"></D3BarChart>
Configuration and data:
// data
data = [{
name: "Lorem",
total: 30
},{
name: "Ipsum",
total: 21
},{
name: "Dolor",
total: 20
}]
// Configuration
config = {
key: "name",
value: "total",
color: "steelblue",
}
Contributing
See contribution guide.
License
This repository is available under GNU General Public License v3.0. See details.
0.2.8
5 years ago
0.2.7
5 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.11
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago