Skip to content

NodeOptionsBuilder🔗

Constructor🔗

new NodeOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public NodeOptions build()

arcs🔗

Define which fields are shown as part of the node arc (colored circle around the node).

public NodeOptionsBuilder arcs(List<com.grafana.foundation.cog.Builder<ArcOption>> arcs)

mainStatUnit🔗

Unit for the main stat to override what ever is set in the data frame.

public NodeOptionsBuilder mainStatUnit(String mainStatUnit)

secondaryStatUnit🔗

Unit for the secondary stat to override what ever is set in the data frame.

public NodeOptionsBuilder secondaryStatUnit(String secondaryStatUnit)

See also🔗