File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
* @method ReportDefinition label(string $label) label for this report
10
10
* @method ReportDefinition type(string $type) type for display mode, eg: indicator, static
11
11
* @method ReportDefinition row(int $row) row number where the report should be placed
12
- * @method ReportDefinition width(int $width) width to display the report
12
+ * @method ReportDefinition width(int $width) width to display the report, between 1 - 20 range
13
13
* @method ReportDefinition icon(string $icon) icon specifies an icon name for this report
14
14
* @method ReportDefinition dimension(string $dimension) dimension name
15
15
* @method ReportDefinition dataSource(string $dataSource) dataSource class name for obtaining report data
@@ -34,6 +34,7 @@ protected function initDefaultValues()
34
34
$ this
35
35
->displayAs ('static ' )
36
36
->metrics ([])
37
+ ->width (20 )
37
38
->row (1 )
38
39
;
39
40
}
You can’t perform that action at this time.
0 commit comments