Compare commits

..

4 Commits

Author SHA1 Message Date
Joel McKinnon
db769eb8a9 Merge branch 'plotly-import-test' of https://github.com/nasa/openmct into plotly-import-test 2020-07-21 12:01:47 -07:00
Joel McKinnon
51ba1e4f99 using full library 2020-07-21 12:01:17 -07:00
Joel McKinnon
499f0bc88f Merge branch 'master' into plotly-import-test 2020-07-21 11:43:08 -07:00
Joel McKinnon
591b298acf added dependency and import statement 2020-07-21 11:40:54 -07:00
3 changed files with 5 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ module.exports = (config) => {
reports: ['html', 'lcovonly', 'text-summary'],
thresholds: {
global: {
lines: 63
lines: 62
}
}
},

View File

@@ -61,6 +61,7 @@
"node-bourbon": "^4.2.3",
"node-sass": "^4.9.2",
"painterro": "^1.0.35",
"plotly.js-dist": "^1.54.5",
"printj": "^1.2.1",
"raw-loader": "^0.5.1",
"request": "^2.69.0",

View File

@@ -5,6 +5,9 @@
</template>
<script>
// eslint-disable-next-line no-unused-vars
import Plotly from 'plotly.js-dist';
export default {
inject: ['openmct', 'domainObject'],
data: function () {