In my application I'm using Dojox Gauge. I need to convert that gauge into image. Dojo gauge is in div. I have tried so many ways. One way is convert html2canvas but than gauge is not visible after converting that div into canvas.
How to convert that component into image with JavaScript?