Switch to official Plotly.js bower distribution and use latest version.

This commit is contained in:
Arik Fraimovich 2016-04-17 11:12:09 +03:00
parent 3881eaa72e
commit 1dd8b6293b

View File

@ -34,16 +34,15 @@
"d3": "3.5.6",
"angular-ui-sortable": "~0.13.4",
"angular-plotly": "~0.1.2",
"plotly": "~1.4.1",
"angular-resizable": "^1.2.0",
"material-design-iconic-font": "^2.2.0"
"material-design-iconic-font": "^2.2.0",
"plotly.js": "^1.9.0"
},
"devDependencies": {
"angular-mocks": "1.2.18",
"angular-scenario": "1.2.18"
},
"resolutions": {
"angular": "1.2.18",
"bootstrap": "3.3.6"
"angular": "1.2.18"
}
}