From 0d47b64f9219cdb36287e082b6ce510b6b6c2560 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 13:01:51 -0600 Subject: check trendline_equation --- api.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api.py') diff --git a/api.py b/api.py index 60144fd..c9b8c5d 100644 --- a/api.py +++ b/api.py @@ -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: -- cgit v1.2.3