Skip to content

Commit

Permalink
Updating TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 4, 2015
1 parent 2eb8c1b commit f83d933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions panoramix/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f83d933

Please sign in to comment.