Chart.js


Web Development

Updated Jun 13th, 2023

No surprise here that a guy who loves charts wants to implement a package like chart.js. Seen in the wild on empireflippers.com. Here is an article on alternatives.

Video here on chart.js with React. This video here shows how you can export a rendered chart.

My first implementation was on the fade10 project. I leveraged chart.js, chartjs-plugin-datalabels, and React-chartjs-2 to summarize data in bar charts and doughnut charts. In needing to use stock charts I stumbled upon Apex Charts to use with React.