I guess you very well could. But for this, you need to assign the chart object URI to a $scope variable. Something like this -
var chart = new google.visualization.ColumnChart(document.getElementById('canvas_dahs')); chart.draw(data); // Store this variable $scope.chartURI = chart.getImageURI(); Now, since you have the image uri already, you can introduce a button in your view , which once clicked will open a window with the URI above. Or you can opt for an anchor tag with url as the chartURI. But I would leave the implementation details on you. Hope this helps.... P.S: You can refer to this page : https://developers.google.com/chart/interactive/docs/printing On Tuesday, 28 February 2017 08:22:31 UTC-6, Vinay Yadave wrote: > > Is it possible to export google chart data to image format in angularjs? > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send email to google-visualization-api@googlegroups.com. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/9f94c61b-8179-4873-8359-7081a5333332%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.