Magento 1.8 – Fix Graph Not Showing in Admin Dashboard

magento-1.8open-graph

My Magento having over 1 lakh products orders, but graph not showing according to sale on magento admin dashboard.
please help me what i need to do.
Graph showing blank. no graph image is showing.
Thanks in advance

Best Answer

Go To

app\code\core\Mage\Adminhtml\Block\Dashboard\Graph.php

Check your api url,

 const API_URL = 'http://chart.apis.google.com/chart';

Change code for API URL, and then re-index.

Related Topic