Embedding the Graph Visualization Library in a Web Application
You can integrate the graph visualization component in a web application to visualize graph data.
The Oracle Graph Server and Client deployment contains a JavaScript library for the Graph Visualization component in the oracle-graph-visualization-library-26.1.0.zip file.
The Graph Visualization interface in the library supports:
-
Custom vertex and edge styling based on its properties
-
Interactive actions for graph exploration
-
Tooltip with vertex and edge details
-
Automatic legend
-
Multiple graph layouts
-
Schema View
See the Property Graph Visualization Developer’s Guide and Reference for more information.
You can download the oracle-graph-visualization-library-26.1.0.zip file from Oracle Software Delivery Cloud and integrate the library in you web application.
See the demo application on GitHub for an example.