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

3 lines (2 loc) 123 B
export { CreateGraphInterface, Neo4jD3Options } from './interfaces/interface'; export { Neo4jGraph } from './neo4j-graph';