Posted indll

Menyembunyikan Logo Highcart

Cara mudah untuk menyembunyikan logo highcharts menjadi Solusi Solusinya di script anda tambahkan credits: { enabled: false }, contoh penggunaan $(function() { $(’#container’).highcharts({ title: { text: ‘Monthly Average Temperature’, x: -20 //center }, credits: { enabled: false }, subtitle: { text: ‘Source: WorldClimate.com’, x: -20 }, xAxis: { categories: [’Jan’, ‘Feb’, ‘Mar’, ‘Apr’, ‘May’, ‘Jun’, […]