Single value

You can display a single value in a card.

Example

Cypher query for a single value which displays the number of products
MATCH (p:Product)
RETURN count(p) AS productCount
visualization single value
Figure 1. A single value displaying the number of products

Configuration

Select a Size, Text position and Text color for the single value. A Size of Auto will size the displayed value according to the card size.