I noticed after upgrading a magento from 1.4 to 1.8 that the dash board orders graphic
was missing. to fix this issue you need to go to the following path
app/design/adminhtml/default/default/template/dashboard/graph.phtml
and change getChartUrl(false) to getChartUrl(true)
simple fix but takes an age to work out!!