diff --git a/TODO.md b/TODO.md index ce794b1e1a674..d65f4972602cc 100644 --- a/TODO.md +++ b/TODO.md @@ -11,12 +11,6 @@ List of TODO items for Panoramix * csv export out of table view * in/notin filters autocomplete -## First Class Line Charts -* Contribution to total (added to line chart already) -* Time comparison -* Time ratios -* Line types (dash, dotted) - ## New Features * Annotations layers * Add a per-datasource permission diff --git a/panoramix/viz.py b/panoramix/viz.py index 45006cc51ba6a..47c1f9aaff434 100644 --- a/panoramix/viz.py +++ b/panoramix/viz.py @@ -485,6 +485,7 @@ def get_json_data(self): query_object['inner_to_dttm'] = query_object['to_dttm'] query_object['from_dttm'] -= delta query_object['to_dttm'] -= delta + df2 = self.get_df(query_object) df2.index += delta chart_data += self.to_series(