} } }, yAxis: { title: { text: 'Jumlah Barang' }, labels: { formatter: function () { return this.value; } } }, tooltip: { pointFormat: '{series.name} sebanyak <b>{point.y:,.0f}</b><br/>Pada tanggal {point.x} <?php echo Tanggal::getBulan(date("m")) . ' ' . date("Y"); ?> ' }, plotOptions: { area: { pointStart: 1, marker: { enabled: false, symbol: 'circle', radius: 3, states: { hover: { enabled: true } }