Base Styles

Base style expressions are used to overwrite the default styling for the vertices and edges in the graph.

For instance, the following JSON example overwrites the default vertex styling:

{
   "vertex":{
      "size":12,
      "label":"${properties.EMPLOYEE_ID}",
      "icon":"fa-user"
    }
}

The corresponding graph visualization is as shown:

Figure: Graph Visualization Using Base Style Configuration

Description of image follows

Description of the illustration apex_base_style.png

For more examples, see Base Style Usage in Property Graph Visualization Developer’s Guide and Reference.