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

Laravel 5 Highcharts Package

Results 11 laravel-highcharts issues
Sort by recently updated
recently updated
newest added

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