route('index-dashboard'), 'class' => 'form-horizontal', 'id' => 'f_dashboard']); ?>
AddAttribute("caption", sprintf("{
text: 'Monitoring %s'
}", $namaAset));
$timeSeries->AddAttribute("series", "'Pengukuran'");
$timeSeries->AddAttribute('yaxis', '[
{
"plot":"Jumlah",
"title":"Jumlah",
"referenceline":[
{
"label":"Batas Perawatan",
"value":"70",
"style":{
"marker":{
"stroke-dasharray":[4,3]
}
}
}
]
}
]');
// chart object
$Chart = new FusionCharts("timeseries", "MyFirstChart" , "900", "600", "chart-container", "json", $timeSeries);
// Render the chart
$Chart->render();
}
?>