• Giuseppe Terrasi's avatar
    · 795d73a4
    Giuseppe Terrasi authored
    Initial release based on svn rev 1272 with no changes
    795d73a4
graph.html.svn-base 335 Bytes
<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>