UNPKG

neo4jd3-graph

Version:

The neo4jd3-graph npm package is a tool designed for visualizing Neo4j graph data. This package utilizes the power of D3.js (version 4.2.1) for rendering interactive and dynamic graphs representing relationships within Neo4j databases. The visualization i

6 lines (5 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Neo4jGraph = void 0; var neo4j_graph_1 = require("./neo4j-graph"); Object.defineProperty(exports, "Neo4jGraph", { enumerable: true, get: function () { return neo4j_graph_1.Neo4jGraph; } });