Include web components polyfill for older browsers

This commit is contained in:
Henri Bergius 2017-12-01 12:44:53 +01:00
parent 76ab2c29ac
commit c33ea97323
8 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>c-base network traffic</title>
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
<script src="../node_modules/plotly.js/dist/plotly.min.js"></script>
<script src="../dist/infoscreens.js"></script>