laravel-highcharts icon indicating copy to clipboard operation
laravel-highcharts copied to clipboard

correction

Open Gu7i opened this issue 8 years ago • 0 comments

if(format == "svg") { $("#'.$id.'").html(svg); }else if(format == "base64"){ base = "data:image/svg+xml;base64," + btoa(svg); $("#'.$id.'").html(base); }

/******************* html not text ********/

Gu7i avatar Mar 09 '17 05:03 Gu7i