diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 12:16:46 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 12:16:46 -0600 |
commit | d80df0115644ac65c747e57054fe54c7ef899bfa (patch) | |
tree | 1818d6810b0a8c2df8a64b7ac7a09e8adab7833a /templates | |
parent | f71a602b2294159f6076f8d0c3f2826f3142da69 (diff) |
option to manually specify equation
Diffstat (limited to 'templates')
-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> |