Question

We just changed our server and now on our magento dashboard orders graph is working but amounts graph is not working.

I tried many solutions like: 1. updated stats 2. reindexing 3. Changed api url to this: const API_URL = 'http://chart.apis.google.com/chart'; and many more but nothing worked for me.

This is how the amount graph is looking on dashboard.

enter image description here

After adding onilab module my graph is looking like this: enter image description here Actually I think, the main problem is that it is not calculating tax,shipping and revenue for other intervals other than "This and last year interval" because for "This and last year interval", amounts graph is looking like this: enter image description here

No correct solution

OTHER TIPS

1) Please Follow this link: https://support.magento.com/hc/en-us/articles/360024850172-Switch-from-deprecated-Google-Image-Charts-to-Image-Charts

if graph not working by above patch. then use below module

2) https://github.com/onilab/magento-1-google-api-chart-fix

Hope this will help you. thanks

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top