Home › forums › Chart Support › multiple charts with dynamic id using angularjs ng-repeat › Reply To: multiple charts with dynamic id using angularjs ng-repeat
@subhashe,
chart.print() is only available for the specific chart on which it is called. You can call chart.print() on individual charts separately or you can use a third party plugin html2canvas to capture a combined image of the available charts and print it using window.print(). You can refer to this jsfiddle to combine multiple charts using html2canvas.
___________ Indranil Deo, Team CanvasJS