aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-27 12:16:46 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-27 12:16:46 -0600
commitd80df0115644ac65c747e57054fe54c7ef899bfa (patch)
tree1818d6810b0a8c2df8a64b7ac7a09e8adab7833a /templates
parentf71a602b2294159f6076f8d0c3f2826f3142da69 (diff)
option to manually specify equation
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 4fde9f2..75153ce 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -193,6 +193,11 @@
</div>
</div>
+ <div class="row mb-3">
+ <label for="trendlineEquation" class="form-label">Trendline Equation (Leave blank if you want it to be auto-calculated)</label>
+ <input type="text" name="trendlineEquation" id="trendlineEquation" class="form-control" placeholder="">
+ </div>
+
<div class="mb-3 row">
<label for="colorPickerPlotBackground" class="form-label">Plot Background Color</label>
<input name="colorPickerPlotBackground" class="form-control" id="colorPickerPlotBackground" value="#ffffff" data-coloris>