Chartjs-Use react-icons for pointStyles in Chart.js graph on Next.js app

-1👍

Try putting the image in your public folder, and reference it there without ...:

arrow.src = '/arrow.jpg'

This was my lead:
https://stackoverflow.com/a/65793150/194515

Leave a comment