Enabled the option to start Y at zero

This commit is contained in:
2024-04-24 23:54:03 -07:00
parent 0c9e7ed183
commit 17ffbc3db1
3 changed files with 32 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
</fieldset>
<fieldset id="y-start-options">
<label for="y-start">Start y-axis at 0:</label>
<input type="checkbox" id="y-start" name="y-start" value="enable" disabled/>
<input type="checkbox" id="y-start" name="y-start"/>
</fieldset>
</fieldset>