Magento Admin area charts powered by Google Charts
Just an interesting note: The charts that you see on the dashboard in the Magento Admin area are powered by Google’s Chart API. You can look it up here: https://code.google.com/apis/chart/
A quick and prelim. exploration of the core files show that the phtml files for this can be found here:
app/design/adminhtml/default/defaut/template/dashboard
The controlling code is here:
app/code/core/Mage/Adminhtml/Block/Dashboard
Of particular interest is the class Mage_Adminhtml_Block_Dashboard_Graph
There’s also some good code to be found there that you might find useful for your own use in the site, even if its not involving using Google API to create a chart. The controllers for this are interesting because they have some examples for ajax functionality.
Recent Posts
Why Google Hates Black Hat SEO: How Unethical Tactics Damage Search Engines
What is Black Hat SEO? Black hat SEO is a set of dishonest techniques used to boost a website’s search engine ranking. U...
Essential WooCommerce Security Plugins and Tips for a Secure Store
Are you looking for the best wooCommerce plugins for your secure store? If you keep reading this blog, we will show you the m...
How to Improve Your Ecommerce Website’s User Experience for Higher Conversions
Creating a good user experience on your e-commerce website is important for driving conversion. Every user expects a fast and...
How Virtual Shopping is Shaping the Future of E-commerce?
Virtual reality has changed so many businesses, including e-commerce. Virtual shopping is becoming a groundbreaking trend tha...