22 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-24.3.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
See the Graph JavaScript API Reference for Property Graph Visualization for more information.
You can download the oracle-graph-visualization-library-24.3.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.
Parent topic: Graph Visualization Application