Recently I need to make a chart of employees' workload.Any recommendation?
Thanks.
Recently I need to make a chart of employees' workload.Any recommendation?
Thanks.
Google's chart API allows you to just call a URL with the data and it returns an image. I highly recommend using it (I do):
OpenFlashChart is kinda nice I have used it before just encode the data to json in php.. :)
http://teethgrinder.co.uk/open-flash-chart-2/
Or if you wan't to go JS..
highcharts is cool too if you have some money to spend :)
jpgraph is also a very nice, powerful and easy to implement chart library build using PHP. It is capable of drawing Each and every type of graph. With proper documentation and examples.