Skip to content

Commit

Permalink
Adding missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 28, 2015
1 parent af98972 commit 0033c92
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 @@ -214,7 +214,7 @@ class NVD3Viz(BaseViz):
verbose_name = "Base NVD3 Viz"
template = 'panoramix/viz_nvd3.html'
chart_kind = 'line'
js_files = ['nv.d3.min.js']
js_files = ['d3.min.js', 'nv.d3.min.js']
css_files = ['nv.d3.css']


Expand Down

0 comments on commit 0033c92

Please sign in to comment.