diff --git a/src/Chart/Spring.php b/src/Chart/Spring.php index 6797b1f..229000e 100644 --- a/src/Chart/Spring.php +++ b/src/Chart/Spring.php @@ -74,6 +74,21 @@ class Spring */ public $AutoComputeFreeZone = false; + /** + * @var int|float + */ + private $MagneticForceA; + + /** + * @var int|float + */ + private $MagneticForceR; + + /** + * @var int|float + */ + private $RingSize; + public function __construct() { /* Set nodes defaults */