Php graphics and charts with Arduino

You could take a look at FLOT:

http://www.flotcharts.org

I use it and am very happy with it. I store my sensor data in a csv file on the SD card (one file per day), and I use a php file to create the javascript to plot it in the web client.