This commit is contained in:
=
2026-03-20 17:34:07 +10:00
parent 49d5a4dadd
commit 718fbbc0ef
4 changed files with 49 additions and 14 deletions

View File

@@ -26,6 +26,11 @@
<br>
<input type="checkbox" value="1" name="OY"> <span>Max</span>
<br>
<select id="graphType">
<option value="0" selected>Точечная</option>
<option value="1">Гистограма</option>
</select>
<button id="drawButton">Рисовать</button>
<br>