1.0.0 • Published 4 years ago

@fkm/chart v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

1.0.0

4 years ago