Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cosy-Bio
Drugst.One
plugin
Commits
5d39cdea
Commit
5d39cdea
authored
2 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
updated visjs to latest version
parent
df4a1e90
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build-netex.js
+1
-1
1 addition, 1 deletion
build-netex.js
scripts/vis-network-9-1-2.min.js
+49
-0
49 additions, 0 deletions
scripts/vis-network-9-1-2.min.js
src/index.html
+3
-3
3 additions, 3 deletions
src/index.html
src/index_local_static.html
+0
-4
0 additions, 4 deletions
src/index_local_static.html
with
53 additions
and
8 deletions
build-netex.js
+
1
−
1
View file @
5d39cdea
...
...
@@ -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
'
];
...
...
This diff is collapsed.
Click to expand it.
scripts/vis-network-9-1-2.min.js
0 → 100644
+
49
−
0
View file @
5d39cdea
This diff is collapsed.
Click to expand it.
src/index.html
+
3
−
3
View file @
5d39cdea
...
...
@@ -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=
"http
s
://
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>
...
...
This diff is collapsed.
Click to expand it.
src/index_local_static.html
+
0
−
4
View file @
5d39cdea
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment