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 -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -