diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 13:01:51 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 13:01:51 -0600 |
commit | 0d47b64f9219cdb36287e082b6ce510b6b6c2560 (patch) | |
tree | ff1398a5a1fb049ee94bc79fa65557ff9da44ad5 /api.py | |
parent | f3fb5699b682124d10b997917aa4c04f8034438b (diff) |
check trendline_equation
Diffstat (limited to 'api.py')
-rw-r--r-- | api.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ def plot_data(x_data, y_data, std_dev_data, color_picker, labels, df, handles = plots + if trendline_equation == "": + trendline_equation = None + if enable_trendline: if trendline_equation != None: try: |