Skip to content
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
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,6 @@ <h1>NetJSONGraph.js Example Demos</h1>
>Multiple links render</a
>
</div>

<div class="cards">
<a href="./examples/netjsongraph-nodeExpand.html" target="_blank"
>Nodes expand or fold</a
>
</div>
</main>

<script>
Expand Down
67 changes: 0 additions & 67 deletions public/assets/data/netjsongraph-foldNodes.json

This file was deleted.

109 changes: 0 additions & 109 deletions public/example_templates/netjsongraph-nodeExpand.html

This file was deleted.

2 changes: 0 additions & 2 deletions test/browser.test.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {Builder, By, until} from "selenium-webdriver";
import chrome from "selenium-webdriver/chrome";
import netJsonMap from "../public/assets/data/netjsonmap.json";
import netJsonMultipleInterfaces from "../public/assets/data/netjson-multipleInterfaces.json";
import netJsonGraphFoldNodes from "../public/assets/data/netjsongraph-foldNodes.json";
import netJsonMapIndoorMap from "../public/assets/data/netjsonmap-indoormap.json";
import netJsonElementsLegend from "../public/assets/data/netjson-elementsLegend.json";
import netJsonGraphMultipleLinks from "../public/assets/data/netjsongraph-multipleLinks.json";
Expand Down Expand Up @@ -96,7 +95,6 @@ export const getPresentNodesAndLinksCount = async (example) => {
"Data parse": netJsonMap,
"Switch render mode": netJsonMap,
"Switch graph mode": netJsonMap,
"Nodes expand or fold": netJsonGraphFoldNodes,
"Indoor map": netJsonMapIndoorMap,
"Leaflet plugins": netJsonMap,
"Custom attributes": netJsonElementsLegend,
Expand Down
Loading