angular-highcharts
angular-highcharts copied to clipboard
angular-highcharts How to call the getSVG method
No description provided.
this.plansChart.ref$.subscribe((chart)=>{ console.log(chart); chart.getSVG() })