if you encounter this error just reset the settings for watermark and delete uploaded watermark images (need to be transparent)
Source
Charts not working (1.8.0)
Recently we came across an issue, where the Magento charts were not showing. After hours of debugging, we tried one method, which fixed it. Here it is, how we solved it.
File: \web\app\design\adminhtml\default\default\template\dashboard\graph.phtml
1
| <p style= "<?php echo $_containerStyle?>" ><img src= "<?php echo $this-/>getChartUrl(false) ?>” alt=" chart " title=" chart" /></p> |
Just change this part of the ,
1
| getChartUrl(false) ?> |
to
1
| getChartUrl(true) ?> |
Subscribe to:
Posts (Atom)