For the problem you are not getting your svg content,
If only one svg chart is on page then use:
$('svg').html();
and if more than present then please see there is a div of highcharts_container because they create that svg charts. If you are using them.
Then use:
$('id of that div').html();