angularjs - How to export angular charts to an image including legend -


i using code export angular charts image.

var canvas = document.getelementbyid(chartunqid);

var content = canvas.todataurl("image/png");

scope.chartimageurl = content;

this working fine it's not including legend in image.i need legend , canvas save png.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

c - getting error: cannot take the address of an rvalue of type 'int' -

How to merge four videos on one screen with ffmpeg -