Skip to content

Test mobile #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added examples/simple_graph/img/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/10.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/11.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/12.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/13.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/14.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/15.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/16.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/17.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/18.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/19.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/20.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/21.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/22.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/23.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/24.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/25.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/26.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/27.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/28.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/29.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/3.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/30.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/simple_graph/img/31.JPG
Binary file added examples/simple_graph/img/32.JPG
Binary file added examples/simple_graph/img/33.JPG
Binary file added examples/simple_graph/img/34.JPG
Binary file added examples/simple_graph/img/35.JPG
Binary file added examples/simple_graph/img/36.JPG
Binary file added examples/simple_graph/img/37.JPG
Binary file added examples/simple_graph/img/38.JPG
Binary file added examples/simple_graph/img/39.JPG
Binary file added examples/simple_graph/img/4.JPG
Binary file added examples/simple_graph/img/5.JPG
Binary file added examples/simple_graph/img/6.JPG
Binary file added examples/simple_graph/img/7.JPG
Binary file added examples/simple_graph/img/8.JPG
Binary file added examples/simple_graph/img/9.JPG
Binary file added examples/simple_graph/img/sonycam-original.ttf
Binary file not shown.
31 changes: 26 additions & 5 deletions examples/simple_graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Graph Visualization</title>
f
<script type="text/javascript" src="../../build/graph.min.js"></script>
<script type="text/javascript" src="simple_graph.js"></script>

Expand Down Expand Up @@ -52,21 +52,42 @@
</head>
<body onload="createDrawing()">
<div id="options">
<style>
@font-face {
font-family: 'sonycam-original';
src: url('img/sonycam-original.ttf') format('truetype');
}
h1 {
font-family: 'sonycam-original';
font-size: 36px;
}
</style>
<h1> CARTOGRAFÍA DE AFECTOS</h1>
<form>
<p>
<!-- <p>
<input type="checkbox" id="show_labels" onclick="drawing.show_labels = this.checked;">
<label for="show_labels">Show labels</label>
</p>
<p>
</p> -->
<!-- <p>
<input type="button" value="Stop layout" onclick="drawing.stop_calculating();">
</p>
</p> -->
</form>
</div>

<div id="hover-image" style="position: absolute; display: none; z-index: 10;">
<img id="hover-img" src="" alt="Node Texture" style="max-width: 200px; max-height: 200px;">
</div>


<div style="position: absolute; bottom: 0;">
Rotate: Left Mouse Button and Move<br />
Zoom: Press Key S + Left Mouse Button and Move<br />
Drag: Press Key D + Left Mouse Button and Move
CARTOGRAFIAS DEL DESEO
<div>
<h2> titulos </h2>
</div>
</div>

</body>
</html>
Loading