graph.html.svn-base 335 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <div class="module" style="width:385px; height:300px; display: inline-block;"> <table style="width: 100%; height: 100%"> <caption>{{ graph.caption }}</caption> <tr> <td> <div style="width: 100%; height: 100%" id="{{ graph.id }}"></div> </td> </tr> </table> </div>