diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
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> |