This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.addEventListener('DOMContentLoaded', function(){ // on dom ready | |
| var cy = cytoscape({ | |
| container: document.querySelector('#cy'), | |
| boxSelectionEnabled: false, | |
| autounselectify: true, | |
| style: cytoscape.stylesheet() | |
| .selector('node') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node { | |
| background-color: white; | |
| border-color: black; | |
| content: data(station_name); | |
| width: 20; | |
| height: 20; | |
| min-zoomed-font-size: 12; | |
| color: #fff; | |
| font-size: 16; | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "format_version" : "1.0", | |
| "generated_by" : "cytoscape-3.1.1", | |
| "target_cytoscapejs_version" : "~2.1", | |
| "data" : { | |
| "selected" : true, | |
| "__Annotations" : [ "" ], | |
| "shared_name" : "main_islands_japan(1)", | |
| "SUID" : 20760, | |
| "name" : "tokyo_only" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[Tokyo railways]" /> | |
| <meta charset=utf-8 /> | |
| <meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui"> | |
| <title>Tokyo railways</title> | |
| <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" /> | |
| <link href="http://cdnjs.cloudflare.com/ajax/libs/qtip2/2.2.0/jquery.qtip.min.css" rel="stylesheet" /> | |
| <link href="style.css" rel="stylesheet"> |
NewerOlder