I have chart with 4000 x 10000(+)
.
While converting the image it is returning 4000 x 8000 image which is not full image.
Code : var canvas = document.createElement('canvas');
canvg(canvas, this.canvas.toSVG()); // this : rapheal object
var img = canvas.toDataURL('image/jpeg');