Skip to content

Commit

Permalink
Making TableViz support a time_series
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 12, 2016
1 parent 299ad09 commit 4941565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class TableViz(BaseViz):
'lib/dataTables/dataTables.bootstrap.css',
'widgets/viz_table.css',
]
is_timeseries = False
is_timeseries = True
js_files = [
'lib/d3.min.js',
'lib/dataTables/jquery.dataTables.min.js',
Expand Down

0 comments on commit 4941565

Please sign in to comment.