5👍
✅
I’m sorry for finding an answer myself minutes after posting the question, but for the life of me I couldn’t find this before 🙁
This Chart.js plugin will do exactly that: https://www.npmjs.com/package/chartjs-plugin-watermark
options: {
watermark: {
image: "//imgurlhere.jpg",
x: 20,
y: 10,
width: 53,
height: 60,
opacity: 0.25,
alignX: "left",
alignY: "top",
alignToChartArea: true,
position: "back"
},
}
Source:stackexchange.com