angular-highcharts-directive icon indicating copy to clipboard operation
angular-highcharts-directive copied to clipboard

get svg code from highchart

Open kunbero opened this issue 11 years ago • 0 comments

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....

kunbero avatar Feb 07 '14 08:02 kunbero