@fkm/chart
v1.0.0
Published
Chart widget built around D3.
Downloads
1
Readme
@fkm/chart
Chart widget built around D3.
Usage
npm install --save-dev @fkm/chart
import Chart, { getLineSet } from '@fkm/chart'
let datasets = [getLineSet(data)];
let chart = new Chart(config);
chart.setDatasets(datasets);
License
Copyright 2020 Florian Mäder - Permission granted under the MIT license.