add sample graph

This commit is contained in:
Zeni Kim 2024-10-28 11:34:54 -05:00
parent 80520260c9
commit 801c5c107f
5 changed files with 39 additions and 10 deletions

View file

@ -9,7 +9,13 @@
{{template "content_table" .ContentTable}}
</div>
<div class="row">
{{template "content_tabledetail" .ContentTabledetail}}
<div class="col-lg-6">
<h2>Pie chart</h2>
{{template "content_graph" .ContentGraph}}
</div>
<div class="col-lg-6">
{{template "content_tabledetail" .ContentTabledetail}}
</div>
</div>
</fieldset>
</div>