@fkm/chart
v1.0.0
Published
Chart widget built around D3.
Readme
@fkm/chart
Chart widget built around D3.
Usage
npm install --save-dev @fkm/chartimport 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.
