You need Firestats first right? How do you get it?
https://www.ads-software.com/extend/plugins/firestats-charts/
]]>I follow exactly the installation process , but the chart dosen’t show up on dashboard or somewhere else.
https://www.ads-software.com/extend/plugins/firestats-charts/
]]>The graph image stretches too wide on the dashboard.
Proposed solution: change the image code from
echo ‘<div style=”text-align: center;”><img src=”‘.$this->absUrl.’out/’.$graphKey.’.png” alt=”‘.__(‘FireStats Graph’).'” /></div>’;
to
echo ‘<div style=”text-align: center;”><img src=”‘.$this->absUrl.’out/’.$graphKey.’.png” alt=”‘.__(‘FireStats Graph’).'” style=”width: 100%;” /></div>’;
]]>