Number

Integer and decimal (floating point) numeric values

The Number data type stores numbers with or without fractional values (i.e. this data type includes both ‘integer’ and ‘floating point’ values)

Example

The Force-directed-layout adaptor accepts Number values for the stiffness, repulsion, damping, minEnergyThreshold, and maxSpeed arguments. These arguments will affect the layout of the resulting graph.

Last updated