Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
8 | class LineOptions extends AdvancedChartOptions |
||
9 | { |
||
10 | use AggregationTargetTrait; |
||
11 | |||
12 | use LineDashStyleTrait; |
||
13 | |||
14 | use LineWidthTrait; |
||
15 | |||
16 | use PointTrait; |
||
17 | |||
18 | /** |
||
19 | * @var AdvancedTooltip |
||
20 | */ |
||
21 | protected $tooltip; |
||
22 | |||
23 | 3 | public function __construct() |
|
28 | } |
||
29 | |||
30 | 1 | public function getTooltip(): AdvancedTooltip |
|
35 |