[Plugin: FireStats Charts] Dashboard bug fix
-
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>’;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: FireStats Charts] Dashboard bug fix’ is closed to new replies.