Hacker News new | ask | show | jobs
by mothepro 1923 days ago
Last year I also released a barebones chart maker using only web components [0]. Meaning you can add a chart to your webpage with just an HTML tag. [1]

The functionality behind this and others are simple and allow the user to fully stylize however they'd like.

0: https://github.com/mothepro/lit-chart 1: https://mothepro.github.io/lit-chart/

1 comments

looks nice to try, thanks.