Chart.xkcd

Chart.xkcd

Chart.xkcd is a chart library plots “sketchy”, “cartoony” or “hand-drawn” styled charts.

chart-example.png

Installation is simple via npm:

npm i chart.xkcd

and usage:

import chartXkcd from 'chart.xkcd';
const myChart = new chartXkcd.Line(svg, {...});

Chart.xkcd supports line charts, bar charts, pie charts, and more. If you’d like to find out more about this charting library visit the official documentation.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.