google visualization - Annotation chart with style="display:none" resize automaticly -
if put div draw graph "style = display: none" attribute, resizes chart in half.
<div id='chart_div_inmediata' style='width: 900px; height: 300px;display:none'></div>
result :
<div id="chart_div_inmediata" class="google-visualization-atl container" style="width: 900px; height: 300px; display: none;"> <div class="" style="position: relative; width: 400px; height: 200px;"> </div>
how fix this? thank!
Comments
Post a Comment