Graph is not showing magento admin dashboardMagento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0Dashboard Grid Block Rewrite not working properlyMagento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0get all order list for logged in customer in magentoremove widgets in magentoMagento 1.8 Need database query change all products custom design templateInserting Open Graph tags via custom module and blockCatalog search Page links are not workingMagento Pager is not showing in product list.phtmlMagento : High resolution product image are not displaying on product detail pageAfter Flush Catalog Images Cache order email product image not showing

Is there a distance limit for minecart tracks?

Can I say "fingers" when referring to toes?

Do I have to know the General Relativity theory to understand the concept of inertial frame?

How to get directions in deep space?

Purpose of creating non root user

How do I tell my boss that I'm quitting in 15 days (a colleague left this week)

Why is the sun approximated as a black body at ~ 5800 K?

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Make a Bowl of Alphabet Soup

How to write Quadratic equation with negative coefficient

How to I force windows to use a specific version of SQLCMD?

Unable to disable Microsoft Store in domain environment

Is stochastic gradient descent pseudo-stochastic?

What happens if I try to grapple mirror image?

Ways of geometrical multiplication

Can I cause damage to electrical appliances by unplugging them when they are turned on?

Determining multivariate least squares with constraint

I'm just a whisper. Who am I?

Did I make a mistake by ccing email to boss to others?

Grepping string, but include all non-blank lines following each grep match

How do I prevent inappropriate ads from appearing in my game?

How to preserve electronics (computers, iPads and phones) for hundreds of years

What is the smallest number n> 5 so that 5 ^ n ends with "3125"?

When and why was runway 07/25 at Kai Tak removed?



Graph is not showing magento admin dashboard


Magento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0Dashboard Grid Block Rewrite not working properlyMagento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0get all order list for logged in customer in magentoremove widgets in magentoMagento 1.8 Need database query change all products custom design templateInserting Open Graph tags via custom module and blockCatalog search Page links are not workingMagento Pager is not showing in product list.phtmlMagento : High resolution product image are not displaying on product detail pageAfter Flush Catalog Images Cache order email product image not showing













7















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










share|improve this question




























    7















    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










    share|improve this question


























      7












      7








      7


      2






      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










      share|improve this question
















      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







      magento-1.8 open-graph






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 13 '14 at 10:30







      Rock

















      asked Jun 13 '14 at 10:01









      RockRock

      6016




      6016




















          6 Answers
          6






          active

          oldest

          votes


















          2














          Go To




          appcodecoreMageAdminhtmlBlockDashboardGraph.php




          Check your api url,



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


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






          share|improve this answer






























            5














            Here the Solution



            Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml



            Find this line getChartUrl(false) change to getChartUrl(true)






            share|improve this answer

























            • this one works nicely.

              – fja3omega
              Aug 29 '18 at 8:27


















            1














            Taken from this site




            Solution 1:



            Allow access to this URL on your firewall:
            http://chart.apis.google.com/chart




            or




            Solution 2:



            Make sure Magento does not try to fetch the image through
            PHP Locate this file:
            app/design/adminhtml/default/default/template/dashboard/graph.phtml
            And change: "getChartUrl()" to "getChartUrl(true)"



            This will cause Magento to just return the image location at
            http://chart.apis.google.com/chart instead of downloading it through
            PHP.




            Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)



            After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!






            share|improve this answer























            • Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

              – Rock
              Jun 13 '14 at 10:18











            • Ah, sorry. You should edit your question to specifically target that question.

              – Zac Grierson
              Jun 13 '14 at 10:22











            • Question is simple dude, that graph is not showing on magento admin dashboard

              – Rock
              Jun 13 '14 at 10:23


















            0














            If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:



            This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:



            Add/Edit line - > suhosin.get.max_value_length = 1024


            So, edit: /etc/php5/fpm/conf.d/suhosin.ini
            If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini



            http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/






            share|improve this answer






























              0














              In case anyone else bumps into it ....



              For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.






              share|improve this answer






























                0














                In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix






                share|improve this answer






















                  Your Answer








                  StackExchange.ready(function()
                  var channelOptions =
                  tags: "".split(" "),
                  id: "479"
                  ;
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function()
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled)
                  StackExchange.using("snippets", function()
                  createEditor();
                  );

                  else
                  createEditor();

                  );

                  function createEditor()
                  StackExchange.prepareEditor(
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: false,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: null,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader:
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  ,
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  );



                  );













                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function ()
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f23881%2fgraph-is-not-showing-magento-admin-dashboard%23new-answer', 'question_page');

                  );

                  Post as a guest















                  Required, but never shown

























                  6 Answers
                  6






                  active

                  oldest

                  votes








                  6 Answers
                  6






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  2














                  Go To




                  appcodecoreMageAdminhtmlBlockDashboardGraph.php




                  Check your api url,



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


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






                  share|improve this answer



























                    2














                    Go To




                    appcodecoreMageAdminhtmlBlockDashboardGraph.php




                    Check your api url,



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


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






                    share|improve this answer

























                      2












                      2








                      2







                      Go To




                      appcodecoreMageAdminhtmlBlockDashboardGraph.php




                      Check your api url,



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


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






                      share|improve this answer













                      Go To




                      appcodecoreMageAdminhtmlBlockDashboardGraph.php




                      Check your api url,



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


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







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jun 13 '14 at 13:02









                      TBI InfotechTBI Infotech

                      4,5871830




                      4,5871830























                          5














                          Here the Solution



                          Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml



                          Find this line getChartUrl(false) change to getChartUrl(true)






                          share|improve this answer

























                          • this one works nicely.

                            – fja3omega
                            Aug 29 '18 at 8:27















                          5














                          Here the Solution



                          Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml



                          Find this line getChartUrl(false) change to getChartUrl(true)






                          share|improve this answer

























                          • this one works nicely.

                            – fja3omega
                            Aug 29 '18 at 8:27













                          5












                          5








                          5







                          Here the Solution



                          Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml



                          Find this line getChartUrl(false) change to getChartUrl(true)






                          share|improve this answer















                          Here the Solution



                          Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml



                          Find this line getChartUrl(false) change to getChartUrl(true)







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Sep 30 '15 at 6:12









                          Amit Bera

                          59.3k1675177




                          59.3k1675177










                          answered May 6 '15 at 7:04









                          Randhir YadavRandhir Yadav

                          2,3691329




                          2,3691329












                          • this one works nicely.

                            – fja3omega
                            Aug 29 '18 at 8:27

















                          • this one works nicely.

                            – fja3omega
                            Aug 29 '18 at 8:27
















                          this one works nicely.

                          – fja3omega
                          Aug 29 '18 at 8:27





                          this one works nicely.

                          – fja3omega
                          Aug 29 '18 at 8:27











                          1














                          Taken from this site




                          Solution 1:



                          Allow access to this URL on your firewall:
                          http://chart.apis.google.com/chart




                          or




                          Solution 2:



                          Make sure Magento does not try to fetch the image through
                          PHP Locate this file:
                          app/design/adminhtml/default/default/template/dashboard/graph.phtml
                          And change: "getChartUrl()" to "getChartUrl(true)"



                          This will cause Magento to just return the image location at
                          http://chart.apis.google.com/chart instead of downloading it through
                          PHP.




                          Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)



                          After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!






                          share|improve this answer























                          • Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

                            – Rock
                            Jun 13 '14 at 10:18











                          • Ah, sorry. You should edit your question to specifically target that question.

                            – Zac Grierson
                            Jun 13 '14 at 10:22











                          • Question is simple dude, that graph is not showing on magento admin dashboard

                            – Rock
                            Jun 13 '14 at 10:23















                          1














                          Taken from this site




                          Solution 1:



                          Allow access to this URL on your firewall:
                          http://chart.apis.google.com/chart




                          or




                          Solution 2:



                          Make sure Magento does not try to fetch the image through
                          PHP Locate this file:
                          app/design/adminhtml/default/default/template/dashboard/graph.phtml
                          And change: "getChartUrl()" to "getChartUrl(true)"



                          This will cause Magento to just return the image location at
                          http://chart.apis.google.com/chart instead of downloading it through
                          PHP.




                          Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)



                          After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!






                          share|improve this answer























                          • Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

                            – Rock
                            Jun 13 '14 at 10:18











                          • Ah, sorry. You should edit your question to specifically target that question.

                            – Zac Grierson
                            Jun 13 '14 at 10:22











                          • Question is simple dude, that graph is not showing on magento admin dashboard

                            – Rock
                            Jun 13 '14 at 10:23













                          1












                          1








                          1







                          Taken from this site




                          Solution 1:



                          Allow access to this URL on your firewall:
                          http://chart.apis.google.com/chart




                          or




                          Solution 2:



                          Make sure Magento does not try to fetch the image through
                          PHP Locate this file:
                          app/design/adminhtml/default/default/template/dashboard/graph.phtml
                          And change: "getChartUrl()" to "getChartUrl(true)"



                          This will cause Magento to just return the image location at
                          http://chart.apis.google.com/chart instead of downloading it through
                          PHP.




                          Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)



                          After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!






                          share|improve this answer













                          Taken from this site




                          Solution 1:



                          Allow access to this URL on your firewall:
                          http://chart.apis.google.com/chart




                          or




                          Solution 2:



                          Make sure Magento does not try to fetch the image through
                          PHP Locate this file:
                          app/design/adminhtml/default/default/template/dashboard/graph.phtml
                          And change: "getChartUrl()" to "getChartUrl(true)"



                          This will cause Magento to just return the image location at
                          http://chart.apis.google.com/chart instead of downloading it through
                          PHP.




                          Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)



                          After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jun 13 '14 at 10:15









                          Zac GriersonZac Grierson

                          15312




                          15312












                          • Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

                            – Rock
                            Jun 13 '14 at 10:18











                          • Ah, sorry. You should edit your question to specifically target that question.

                            – Zac Grierson
                            Jun 13 '14 at 10:22











                          • Question is simple dude, that graph is not showing on magento admin dashboard

                            – Rock
                            Jun 13 '14 at 10:23

















                          • Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

                            – Rock
                            Jun 13 '14 at 10:18











                          • Ah, sorry. You should edit your question to specifically target that question.

                            – Zac Grierson
                            Jun 13 '14 at 10:22











                          • Question is simple dude, that graph is not showing on magento admin dashboard

                            – Rock
                            Jun 13 '14 at 10:23
















                          Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

                          – Rock
                          Jun 13 '14 at 10:18





                          Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.

                          – Rock
                          Jun 13 '14 at 10:18













                          Ah, sorry. You should edit your question to specifically target that question.

                          – Zac Grierson
                          Jun 13 '14 at 10:22





                          Ah, sorry. You should edit your question to specifically target that question.

                          – Zac Grierson
                          Jun 13 '14 at 10:22













                          Question is simple dude, that graph is not showing on magento admin dashboard

                          – Rock
                          Jun 13 '14 at 10:23





                          Question is simple dude, that graph is not showing on magento admin dashboard

                          – Rock
                          Jun 13 '14 at 10:23











                          0














                          If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:



                          This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:



                          Add/Edit line - > suhosin.get.max_value_length = 1024


                          So, edit: /etc/php5/fpm/conf.d/suhosin.ini
                          If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini



                          http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/






                          share|improve this answer



























                            0














                            If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:



                            This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:



                            Add/Edit line - > suhosin.get.max_value_length = 1024


                            So, edit: /etc/php5/fpm/conf.d/suhosin.ini
                            If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini



                            http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/






                            share|improve this answer

























                              0












                              0








                              0







                              If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:



                              This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:



                              Add/Edit line - > suhosin.get.max_value_length = 1024


                              So, edit: /etc/php5/fpm/conf.d/suhosin.ini
                              If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini



                              http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/






                              share|improve this answer













                              If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:



                              This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:



                              Add/Edit line - > suhosin.get.max_value_length = 1024


                              So, edit: /etc/php5/fpm/conf.d/suhosin.ini
                              If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini



                              http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Feb 7 '15 at 6:47









                              GhasrfakhriGhasrfakhri

                              11




                              11





















                                  0














                                  In case anyone else bumps into it ....



                                  For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.






                                  share|improve this answer



























                                    0














                                    In case anyone else bumps into it ....



                                    For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.






                                    share|improve this answer

























                                      0












                                      0








                                      0







                                      In case anyone else bumps into it ....



                                      For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.






                                      share|improve this answer













                                      In case anyone else bumps into it ....



                                      For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Mar 18 '16 at 14:46









                                      user3116226user3116226

                                      5116




                                      5116





















                                          0














                                          In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix






                                          share|improve this answer



























                                            0














                                            In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix






                                            share|improve this answer

























                                              0












                                              0








                                              0







                                              In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix






                                              share|improve this answer













                                              In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered yesterday









                                              DziDzi

                                              1




                                              1



























                                                  draft saved

                                                  draft discarded
















































                                                  Thanks for contributing an answer to Magento Stack Exchange!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid


                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.

                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function ()
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f23881%2fgraph-is-not-showing-magento-admin-dashboard%23new-answer', 'question_page');

                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

                                                  Magento2 - How to hide price filter only in specific categories?Multiselect price filter attribute in layered navigationhide only some categories from layered navigation in magentoRemove Price Filter on certain categoriescustomize layered price filter?Hide Price for a particular customer groupPrice filter in layered navigation not working correctly with price including tax in magento 2.2.3Magento 2 how to hide attribute at Layered navigation?Magento 2. how to hide price only for specific categoriesMagento 2 How can I hide the price and total from cart and checkout summary?Magento2: Can we add navigation layered filter like price filter for other attribute?