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
Post a Comment