diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-07 15:43:13 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-07 15:43:13 -0500 |
| commit | 77faead4e948f901fa6ca9951f085bbe045bae68 (patch) | |
| tree | 3f059e5e76ec5c037c7b2c76e53895a8a337fa3e /www/lib/vis/examples/network/exampleApplications | |
| parent | 5b80d3916cd91d630a0142f76a87b4863b714203 (diff) | |
Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS
Diffstat (limited to 'www/lib/vis/examples/network/exampleApplications')
6 files changed, 6 insertions, 6 deletions
diff --git a/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html b/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html index 0245999a..8ecd8e39 100644 --- a/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html +++ b/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html @@ -7,7 +7,7 @@ border: 1px solid lightgray; } </style> - <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" /> + <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" /> <script src="../../../dist/vis.js"></script> </head> <body> diff --git a/www/lib/vis/examples/network/exampleApplications/lesMiserables.html b/www/lib/vis/examples/network/exampleApplications/lesMiserables.html index bf39a462..b97c32b0 100644 --- a/www/lib/vis/examples/network/exampleApplications/lesMiserables.html +++ b/www/lib/vis/examples/network/exampleApplications/lesMiserables.html @@ -12,7 +12,7 @@ </style> <script type="text/javascript" src="../../../dist/vis.js"></script> - <link href="../../../dist/vis.css" rel="stylesheet" type="text/css"/> + <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> function draw() { diff --git a/www/lib/vis/examples/network/exampleApplications/loadingBar.html b/www/lib/vis/examples/network/exampleApplications/loadingBar.html index e410312d..519289e4 100644 --- a/www/lib/vis/examples/network/exampleApplications/loadingBar.html +++ b/www/lib/vis/examples/network/exampleApplications/loadingBar.html @@ -86,7 +86,7 @@ </style> <script type="text/javascript" src="../../../dist/vis.js"></script> - <link href="../../../dist/vis.css" rel="stylesheet" type="text/css"/> + <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> function draw() { diff --git a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html index 1db8623e..8e05d482 100644 --- a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html +++ b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html @@ -4,7 +4,7 @@ <title>Network | Static smooth curves - World Cup Network</title> <script type="text/javascript" src="../../../dist/vis.js"></script> - <link type="text/css" rel="stylesheet" href="../../../dist/vis.css"> + <link type="text/css" rel="stylesheet" href="../../../dist/vis-network.min.css"> <script src="../datasources/WorldCup2014.js"></script> diff --git a/www/lib/vis/examples/network/exampleApplications/nodeLegend.html b/www/lib/vis/examples/network/exampleApplications/nodeLegend.html index fdf4ef81..69769d9b 100644 --- a/www/lib/vis/examples/network/exampleApplications/nodeLegend.html +++ b/www/lib/vis/examples/network/exampleApplications/nodeLegend.html @@ -19,7 +19,7 @@ </style> <script type="text/javascript" src="../../../dist/vis.js"></script> - <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" /> + <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> var nodes = null; diff --git a/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html b/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html index 191ad22d..7de0667b 100644 --- a/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html +++ b/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html @@ -6,7 +6,7 @@ <title>Network | Static smooth curves - World Cup Network</title> <script type="text/javascript" src="../../../dist/vis.js"></script> - <link type="text/css" rel="stylesheet" href="../../../dist/vis.css"> + <link type="text/css" rel="stylesheet" href="../../../dist/vis-network.min.css"> <script src="../datasources/WorldCup2014.js"></script> |
