mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
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;
|
private $tooltips;
|
||||||
|
|
||||||
|
/** @var array */
|
||||||
|
private $graphs;
|
||||||
|
|
||||||
|
/** @var int */
|
||||||
|
private $order;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default stroke width
|
* The default stroke width
|
||||||
* @var int
|
* @var int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user