Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
8570c3ce
Commit
8570c3ce
authored
Aug 28, 2018
by
Sascha Herzinger
Browse files
Fixed version for fractal.js on demo page
parent
427743c0
Pipeline
#6186
passed with stages
in 38 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/config/nginx/html/demo.html
View file @
8570c3ce
...
...
@@ -3,7 +3,7 @@
<head>
<link
href=
"https://fonts.googleapis.com/css?family=Roboto"
rel=
"stylesheet"
>
<script
src=
"https://unpkg.com/fractalis"
></script>
<script
src=
"https://unpkg.com/fractalis
@1.2.11/lib/fractal.js
"
></script>
</head>
<body>
...
...
@@ -49,10 +49,10 @@
<div
class=
"chart-button-container"
>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"scatterplot"
>
Scatter Plot
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"boxplot"
>
Box Plot
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"
S
urvival
P
lot"
>
Survival Plot
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"
s
urvival
p
lot"
>
Survival Plot
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"pca"
>
PCA
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"
H
istogram"
>
Histogram
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"
H
eatmap"
>
Heat Map
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"
h
istogram"
>
Histogram
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"
h
eatmap"
>
Heat Map
</button>
<button
class=
"custom-button"
onclick=
"addChart(this.value)"
value=
"volcanoplot"
>
Volcano PLot
</button>
<button
class=
"delete-button"
onclick=
"clearView()"
>
Clear View
</button>
</div>
...
...
@@ -90,7 +90,7 @@
<script>
/* eslint-disable */
const
fjs
=
fractal
.
init
({
const
fjs
=
fractal
is
.
init
({
handler
:
'
demo_tcga_coad
'
,
dataSource
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
,
fractalisNode
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment