Jquery/Javascript maximize & minimize graphs on page -
i'm greenhorn in javascript & other javascript technologies. i've got graphs plotted using google charts on html page. i'd below on every chart on page.
- have maximize button 1 in videos maximize every chart full screen when click on maximize icon.
- restore it's original size when exit full screen mode.
if adding button maximize big task, being able maximize on double clicking graph fine.
i've plotted each of graphs in html 'div' instructed in googlechart examples. i'd love hear willing please.
the graphs plotted in div elements plot4,plot8 & plot13.
<div> <div id="plot4" class="plot_graph" style="float: left; width: 31%;"></div> <div id="plot8" class="plot_graph" style="float: left; width: 31%;"></div> <div id="plot13" class="plot_graph" style="float: right; width: 32%;"></div> </div>
Comments
Post a Comment