aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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>