1 | <?php |
||
8 | class MediumTooltip extends BasicTooltip |
||
9 | { |
||
10 | /** |
||
11 | * If true, show colored squares next to the series information in the tooltip. The default is true when |
||
12 | * focusTarget is set to 'category', otherwise the default is false. |
||
13 | * |
||
14 | * @var bool |
||
15 | */ |
||
16 | protected $showColorCode; |
||
17 | |||
18 | /** |
||
19 | * @param bool $showColorCode |
||
20 | * |
||
21 | * @return $this |
||
22 | */ |
||
23 | public function setShowColorCode($showColorCode) |
||
29 | } |
||
30 |