8000 GitHub - omieliekh/svg-charts: Demo: https://omieliekh.github.io/svg-charts/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

omieliekh/svg-charts

Repository files navigation

SVG Charts

Another Charts library to make your life nightmare easier.

Usage:

import 'svg-charts/svg-charts.css';
import SVGCharts from 'svg-charts/svg-charts';

SVGCharts({
  container: `#empty_container_selector`,
  data: chartData
});

Where chartData - object in specific format (check chart_data.json for reference)

Example

Try it out at https://omieliekh.github.io/svg-charts/

About

Demo: https://omieliekh.github.io/svg-charts/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0