Skip to content
Snippets Groups Projects
Commit 5d39cdea authored by AndiMajore's avatar AndiMajore
Browse files

updated visjs to latest version

parent df4a1e90
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ const concat = require('concat'); ...@@ -4,7 +4,7 @@ const concat = require('concat');
const files = [ const files = [
'./dist/netex/runtime-es5.js', './dist/netex/runtime-es5.js',
'./dist/netex/polyfills-es5.js', './dist/netex/polyfills-es5.js',
'./scripts/vis-network.min.js', './scripts/vis-network-9-1-2.min.js',
// './dist/netex/scripts.js', // './dist/netex/scripts.js',
'./dist/netex/main-es5.js' './dist/netex/main-es5.js'
]; ];
......
This diff is collapsed.
...@@ -5,16 +5,16 @@ ...@@ -5,16 +5,16 @@
<title>Network Expander</title> <title>Network Expander</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="http://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/standalone/umd/vis-network.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="./stylesheets/default-theme.css">--> <!-- <link rel="stylesheet" type="text/css" href="./stylesheets/default-theme.css">-->
</head> </head>
<body> <body>
<input type="checkbox" onclick=changeConfigStr('{"showOverview":'+this.checked+'}') checked/> Show overview<br> <input type="checkbox" onclick=changeConfigStr('{"showOverview":'+this.checked+'}') checked/> Show overview<br>
<input type="checkbox" onclick=changeConfigStr('{"showQuery":'+this.checked+'}')/> Show query<br> <input type="checkbox" onclick=changeConfigStr('{"showQuery":'+this.checked+'}')> Show query<br>
<input type="checkbox" onclick=changeConfigStr('{"showItemSelector":'+this.checked+'}') checked/> Show ItemSelector<br> <input type="checkbox" onclick=changeConfigStr('{"showItemSelector":'+this.checked+'}') checked/> Show ItemSelector<br>
<input type="checkbox" onclick=changeConfigStr('{"showConnectGenes":'+this.checked+'}')/> Show Connect Genes<br> <input type="checkbox" onclick=changeConfigStr('{"showConnectGenes":'+this.checked+'}')> Show Connect Genes<br>
<input type="checkbox" onclick=changeConfigStr('{"showSimpleAnalysis":'+this.checked+'}') checked/> Show Simple Analysis<br> <input type="checkbox" onclick=changeConfigStr('{"showSimpleAnalysis":'+this.checked+'}') checked/> Show Simple Analysis<br>
<input type="checkbox" onclick=changeConfigStr('{"showAdvAnalysis":'+this.checked+'}') checked/> Show Advanced <input type="checkbox" onclick=changeConfigStr('{"showAdvAnalysis":'+this.checked+'}') checked/> Show Advanced
Analysis<br> Analysis<br>
......
...@@ -3,12 +3,8 @@ ...@@ -3,12 +3,8 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Network Expander</title> <title>Network Expander</title>
<!-- <base href="/">-->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<!-- <script type="text/javascript" src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>-->
<script src="../drugsTone-build/drugstone.js"></script> <script src="../drugsTone-build/drugstone.js"></script>
<link rel="stylesheet" href="../drugsTone-build/styles.css"> <link rel="stylesheet" href="../drugsTone-build/styles.css">
<!-- <link rel="stylesheet" type="text/css" href="./stylesheets/default-theme.css">-->
</head> </head>
<body> <body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment