Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vikus-viewer
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INEL (Open Access)
vikus-viewer
Commits
b125be1a
Commit
b125be1a
authored
Jun 8, 2018
by
Christopher Pietsch
Browse files
Options
Downloads
Patches
Plain Diff
updated pixi & added mobile warning
parent
bedabd0c
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
index.html
+3
-4
3 additions, 4 deletions
index.html
js/pixi.min.js
+22
-10
22 additions, 10 deletions
js/pixi.min.js
js/pixi.min.js.map
+1
-0
1 addition, 0 deletions
js/pixi.min.js.map
js/viz.js
+1
-1
1 addition, 1 deletion
js/viz.js
with
27 additions
and
15 deletions
index.html
+
3
−
4
View file @
b125be1a
...
...
@@ -36,8 +36,8 @@
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/marked.min.js"
></script>
<script
src=
"js/lodash.min.js"
></script>
<!--
<script src="js/pixi.min.js"></script>
-->
<script
src=
"js/pixi.js"
></script>
<script
src=
"js/pixi.min.js"
></script>
<!--
<script src="js/pixi.js"></script>
-->
<script
src=
"js/pixi-packer-parser.js"
></script>
<script
src=
"js/stats.min.js"
></script>
<script
src=
"js/loader.js"
></script>
...
...
@@ -87,7 +87,6 @@
christopher pietsch
cpietsch@gmail.com
www.chrispie.com
@chrispiecom
2015-2018
...
...
@@ -97,7 +96,7 @@ www.chrispie.com
<div
id=
"hiddenreload"
></div>
<!-- <div class="overlay"></div> -->
<div
class=
"browserInfo"
>
Beware! This prototype will download 100mb of data
.
This visualization is not optimized for mobiles. Please come back on a Computer
.
</div>
<div
class=
"search"
></div>
...
...
This diff is collapsed.
Click to expand it.
js/pixi.min.js
+
22
−
10
View file @
b125be1a
This diff is collapsed.
Click to expand it.
js/pixi.min.js.map
0 → 100644
+
1
−
0
View file @
b125be1a
This diff is collapsed.
Click to expand it.
js/viz.js
+
1
−
1
View file @
b125be1a
...
...
@@ -157,7 +157,7 @@ var browserInfo = d3.select(".browserInfo");
if
(
utils
.
isMobile
()){
browserInfo
.
text
(
"
Beware! This prototype will download 100mb of data
.
"
)
.
text
(
"
This visualization is not optimized for mobiles. Please come back on a Computer
.
"
)
.
on
(
"
click
"
,
function
(){
browserInfo
.
remove
();
})
.
transition
()
.
delay
(
7000
)
...
...
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