@@ -90,9 +90,10 @@ |
||
90 | 90 | * Create a new DataSeriesValues object |
91 | 91 | * @param string $dataSource |
92 | 92 | * @param null|mixed $formatCode |
93 | - * @param mixed $pointCount |
|
93 | + * @param integer $pointCount |
|
94 | 94 | * @param mixed $dataValues |
95 | 95 | * @param null|mixed $marker |
96 | + * @param boolean $color |
|
96 | 97 | */ |
97 | 98 | public function __construct($dataType = self::DATASERIES_TYPE_NUMBER, $dataSource = null, $formatCode = null, $pointCount = 0, $dataValues = [], $marker = null, $color = null) |
98 | 99 | { |