Skip to content

fkm/chart

Repository files navigation

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

About

Chart widget built around D3.

Resources

License

Stars

Watchers

Forks

Contributors