Is it possible to create charts, e.g. bars and pies with custom icons using NodeJS?
js is a free, open-source JavaScript library for data visualization, which supports eight chart types: bar, line, area, pie (doughnut), bubble, radar, polar, and scatter.
If you want to stick to a free and open-source library, use Chart. js. It is extremely simple to use for common use cases. If you need a little more control over rendering, then you can look into Chartist.
d3 is probably your best bet. It can generate nearly any type of chart imaginable.
You can generate the charts directly in the browser, or if you really need an image file, you can use the module in node and convert the output to an image.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With