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

updated visjs to latest version

parent df4a1e90
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ const concat = require('concat');
const files = [
'./dist/netex/runtime-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/main-es5.js'
];
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -5,16 +5,16 @@
<title>Network Expander</title>
<base href="/">
<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">-->
</head>
<body>
<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('{"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('{"showAdvAnalysis":'+this.checked+'}') checked/> Show Advanced
Analysis<br>
......
......@@ -3,12 +3,8 @@
<head>
<meta charset="utf-8">
<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>
<link rel="stylesheet" href="../drugsTone-build/styles.css">
<!-- <link rel="stylesheet" type="text/css" href="./stylesheets/default-theme.css">-->
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment