Chartjs-Adding a custom image to a chartjs bar chart

0👍

The image onload allocates only an event handler , so there is need to wait on the process to complete. so define a promise , having the onload resolve and finally awaiting on the promise , is required to sort out any partial background render that may occur.
Have updated github with changes for anyone looking for details.
Would think the original chartjs snippet should also reflect.

Leave a comment