Skip to content

Commit

Permalink
update popoto npm module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Popotojs committed Apr 15, 2018
1 parent 1e219cf commit 36ff5d2
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 32 deletions.
9 changes: 4 additions & 5 deletions auto-complete/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Auto complete</title>

<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.3/css/materialize.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" href="css/auto-complete.css">
<style>
#popoto-graph:fullscreen {
Expand Down Expand Up @@ -96,8 +95,8 @@

<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.3/js/materialize.min.js"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script src="js/auto-complete.min.js"></script>
<script src="js/main.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions css-customization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Css customization</title>

<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
body {
font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand Down Expand Up @@ -309,7 +309,7 @@ <h5>Node labels</h5>
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>
// Demo Neo4j database settings hosted on GrapheneDb
popoto.rest.CYPHER_URL = "https://db-kh9ct9ai1mqn6hz2itry.graphenedb.com:24780/db/data/transaction/commit";
Expand Down
4 changes: 2 additions & 2 deletions cypher-viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Cypher viewer</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -59,7 +59,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

// Demo Neo4j database settings hosted on GrapheneDb
Expand Down
13 changes: 6 additions & 7 deletions factual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<title>Factual</title>

<link href='https://api.mapbox.com/mapbox-gl-js/v0.44.1/mapbox-gl.css' rel='stylesheet'/>
<link rel="stylesheet" href="https://popotojs.com/release/1.2.rc2/css/popoto.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/css/materialize.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" href="css/auto-complete.css">
<style>
#popoto-graph:fullscreen {
Expand Down Expand Up @@ -169,10 +168,10 @@
</footer>

<script src='https://api.mapbox.com/mapbox-gl-js/v0.44.1/mapbox-gl.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" charset="utf-8"></script>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://popotojs.com/release/1.2.rc2/js/popoto.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/js/materialize.min.js"></script>
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script src="js/auto-complete.min.js"></script>
<script src="js/autocomplete.js"></script>
<script src="js/map.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions marker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Marker</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -67,7 +67,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

popoto.graph.link.SHOW_MARKER = true;
Expand Down
4 changes: 2 additions & 2 deletions materialize/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">

<style>

Expand Down Expand Up @@ -163,7 +163,7 @@
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/materialize-css@next" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>
/**
* URL used to access Neo4j REST API to execute queries.
Expand Down
4 changes: 2 additions & 2 deletions northwind/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Northwind</title>

<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
.ppt-taxo__span-icon.Customer:before {
content: "\f007";
Expand Down Expand Up @@ -101,7 +101,7 @@
</footer>
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

// URL used to access Neo4j REST API to execute queries.
Expand Down
4 changes: 2 additions & 2 deletions query-viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Query viewer</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -59,7 +59,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

// Demo Neo4j database settings hosted on GrapheneDb
Expand Down
4 changes: 2 additions & 2 deletions results/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Results</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -62,7 +62,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

// Demo Neo4j database settings hosted on GrapheneDb
Expand Down
4 changes: 2 additions & 2 deletions simple-graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Simple graph</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -48,7 +48,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

// Demo Neo4j database settings hosted on GrapheneDb
Expand Down
4 changes: 2 additions & 2 deletions taxonomy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Taxonomy</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -59,7 +59,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>
<script>

// Demo Neo4j database settings hosted on GrapheneDb
Expand Down
4 changes: 2 additions & 2 deletions us-regions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>US regions</title>

<!-- Add Popoto default CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/popotojs/dist/popoto.min.css">
<link rel="stylesheet" href="https://unpkg.com/popoto/dist/popoto.min.css">
<style>
/* Classes used by region SVG paths */

Expand Down Expand Up @@ -60,7 +60,7 @@
<!-- Required scripts -->
<script src="https://unpkg.com/jquery" charset="utf-8"></script>
<script src="https://unpkg.com/d3" charset="utf-8"></script>
<script src="https://unpkg.com/popotojs" charset="utf-8"></script>
<script src="https://unpkg.com/popoto" charset="utf-8"></script>

<!-- Add regions svg paths from a js file -->
<script src="svg-us-region-data.js" charset="utf-8"></script>
Expand Down

0 comments on commit 36ff5d2

Please sign in to comment.