neat-charts examples

SVG chart in img tag

Random generated data, loaded as an image

SVG chart in svg tag

800, 'height'=>250, 'lineColor'=>'#F00', 'labelColor'=>'#222', 'smoothed'=>false, 'fontSize'=>14 ]); echo $chart->render(); ?>
Random generated data, loaded right in the page

SVG sparkline in svg tag

100, 'height'=>20, 'lineColor'=>'#000', 'smoothed'=>false, 'fontSize'=>2, 'yAxisEnabled'=>false, 'xAxisEnabled'=>false ]); echo $chart->render(); ?>
Random generated data, loaded right in the page