LineGraph: Add and explicitly as non-dynamic property
This commit is contained in:
parent
b68eb40103
commit
9c77da0894
|
@ -45,6 +45,12 @@ class LineGraph extends Styleable implements Drawable
|
|||
*/
|
||||
private $tooltips;
|
||||
|
||||
/** @var array */
|
||||
private $graphs;
|
||||
|
||||
/** @var int */
|
||||
private $order;
|
||||
|
||||
/**
|
||||
* The default stroke width
|
||||
* @var int
|
||||
|
|
Loading…
Reference in New Issue