Hi,
I’ve got a chart with some images on it.
I was inspired by posts on this forum to do so.
Now I need to export those as images. A simple ‘chart.canvas.toDataURL()’ is nice and fine BUT it does not take the images.
Exemples:
– found in this thread, this JsFiddle with an image . Well, when you dynamically do the ‘chart.canvas.toDataURL()’ only the graph is exported, not the images.
– Same for this one from your docs: https://jsfiddle.net/ek75h0bd/ (I added a console.log in the resize event). do not export the images.
This is bad news…
Can you show me how to export the images please?
thanks in advance