laravel-highcharts
laravel-highcharts copied to clipboard
correction
if(format == "svg") { $("#'.$id.'").html(svg); }else if(format == "base64"){ base = "data:image/svg+xml;base64," + btoa(svg); $("#'.$id.'").html(base); }
/******************* html not text ********/