LineGraph: Add and explicitly as non-dynamic property

This commit is contained in:
Sukhwinder Dhillon 2023-08-15 16:52:33 +02:00 committed by raviks789
parent b68eb40103
commit 9c77da0894
1 changed files with 6 additions and 0 deletions

View File

@ -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