angular-highcharts-directive
angular-highcharts-directive copied to clipboard
get svg code from highchart
in normal highchart i get svg code with code like this
var chart = $('#container').highcharts() svg = chart.getSVG();
So, how can i get svg code with this directive??? i try like normal code but i didn't get svg code. Thank's....