@fkm/chart

1.0.0 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @fkm/chart

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.05 MB

Total Files

24

Last publish

Collaborators

  • fkm