2.3 Schema View
The Graph Visualization library allows you to visualize a graph's schema in the form of a property graph.
In order to enable schema view, you must configure the properties described in Schema View Configuration Parameters.
Once the schema view is enabled, it will appear along side the graph in the graph visualization panel as shown:
Figure 2-11 Visualizing Schema and Graph Views
- Schema View Modes
You can switch between Schema view, Graph view, or use both in the graph visualization panel using the toggle buttons in the toolbar. - Schema Validation
In addition to rendering the schema of a graph, the Graph Visualization library automatically validates the provided graphdata
against theschema
if one is available. - Schema View Configuration Parameters
In order to enable Schema View in your visualization, you must configure a few related properties. - Validation Rules
The graphdata
must conform to theschema
based on the certain validation rules.
Parent topic: Interactive Graph Visualization Features