Skip to content

Commit

Permalink
[hotfix] Trends example slice is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 17, 2017
1 parent 579e582 commit 5bb8713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def to_series(self, df, classed=''):
"classed": classed,
"values": [
{'x': ds, 'y': ys[ds] if ds in ys else None}
for ds in df[DTTM_ALIAS]
for ds in df.index
],
"yAxis": i+1,
"type": "line"
Expand Down

0 comments on commit 5bb8713

Please sign in to comment.