Now one graph per stat.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3781 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-21 03:09:23 +00:00
parent 98de9b037a
commit d470d6c398
2 changed files with 28 additions and 14 deletions

View File

@ -47,7 +47,7 @@
<div class="hbox">
<input type="button" id="closeStats" name="closeStats" value="Close" onclick="closeStats()">
</div>
<canvas id="graph" width="320" height="240"></canvas>
<div id="graphs"></div>
</div>
<div id="viewPane" class="vbox" style="flex: 1 0 50%; overflow: auto">
<iframe id="document" sandbox="allow-forms allow-scripts allow-top-navigation allow-modals" style="width: 100%; height: 100%; border: 0"></iframe>