[ADD] add nvd3 library to graph view (addon web_graph)

bzr revid: ged@openerp.com-20131108113900-w4vet1okiwiy5pqf
This commit is contained in:
Gery Debongnie 2013-11-08 12:39:00 +01:00
parent 69257d5d6f
commit d59cbcceef
3 changed files with 22742 additions and 1 deletions

View File

@ -15,7 +15,9 @@ Graph Views for Web Client.
'version': '3.0',
'depends': ['web'],
'js': [
'static/src/js/graph.js'
'static/lib/nvd3/d3.v3.js',
'static/lib/nvd3/nv.d3.js',
'static/src/js/graph.js',
],
'css': [
'static/src/css/*.css',

8436
addons/web_graph/static/lib/nvd3/d3.v3.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff