800,
'height'=>250,
'lineColor'=>'#F00',
'labelColor'=>'#222',
'smoothed'=>false,
'fontSize'=>14,
'yAxisZero'=>true
]);
echo $chart->render();
?>
Random generated data, loaded right in the page
Smoothed chart in svg tag
300,
'height'=>300,
'lineColor'=>'#080',
'labelColor'=>'#222',
'smoothed'=>true,
'fontSize'=>14
]);
echo $chart->render();
?>
Random generated data, loaded right in the page
Sparkline in svg tag
100,
'height'=>20,
'lineColor'=>'#000',
'markerColor'=>'#F00',
'smoothed'=>false,
'fontSize'=>4,
'yAxisEnabled'=>false,
'xAxisEnabled'=>false
]);
echo $chart->render();
?>
Random generated data, loaded right in the page