Conditional Styling

Several widgets support conditional styling, similar to conditional formatting in Excel.

This page is a reference for what features of each widget accept conditional styling, as well as some examples of practical applications.

Three types of conditions are available:

  • Simple condition: supports the following operators

    • = equal to

    • != not equal to

    • > greater than

    • >= greater than or equal to

    • < less than

    • <= less than or equal to

  • Range condition: Only available for FLOAT and INT data types. The min point and max point is prefilled based on your data, but can be changed.

  • Unique condition: The system picks a color based on the uniqueness of the value.

Widgets

The Table, Graph, and Map widgets support conditional styling.

Table

Table widgets support highlighting a row in a certain color based on a single column value.

table conditional styling

In this example, Person vertices with an annual salary of over $115,000 are highlighted blue and Person vertices with an age under 20 are highlighted red. The conditions execute in order from top to bottom, so even though the first row in the shown results matches both conditions, the red overwrites the blue.

Graph

Graph widgets support highlighting vertices and edges based on their attribute values. You can also choose to resize vertices and edges based on their attribute values to show importance.

Screen Shot 2024 03 07 at 1.48.13 PM

This view shows three transactions between a city (vertex/gray), an infection (vertex/red), and a case in city (edge/light blue).

Conditional styling has been applied to distinguish the two types of vertices and the edge connecting them.

Map

Map widgets support highlighting vertices and edges based on their attribute values. You can use condition style to change the size and color of map vertices and edges

Screen Shot 2024 03 07 at 1.53.42 PM

In this example, all city and travel event vertices are highlighted and connected by the edge.

always Option

An always option in the condition dropdown.

Screen Shot 2024 03 07 at 1.59.12 PM

Once you select always, this style rule will apply to the entire widget.