You are not logged in.
I also posted this on GitHub Adding more keywords causes HighChart information to be squeezed. Does not re-size height. Requires dynamic height setup. See http://prntscr.com/75x9wh
Offline
Correct Chart Image link: http://prntscr.com/77ma4u
Offline
Hi, I fixed it. Changed line 20 in highcharts.php
from:
echo '<div id="'.$idDiveu.'" style="height: '.$height.'px; margin: 0 auto"></div>';
to:
echo '<div id="'.$idDiveu.'" style="height:100%; position:absolute; margin: 0 auto"></div>';
Not sure how to use the github. So I am posting it here.
Offline
Image link of corrected chart layout: http://prntscr.com/77u3l9
Offline
hi, answered on github
Offline