We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b365ff commit 7662e28Copy full SHA for 7662e28
src/Element/Dash/ReportDefinition.php
@@ -13,6 +13,7 @@
13
* @method ReportDefinition icon(string $icon) icon specifies an icon name for this report
14
* @method ReportDefinition dimension(string $dimension) dimension name
15
* @method ReportDefinition dataSource(string $dataSource) dataSource class name for obtaining report data
16
+ * @method ReportDefinition widgetClass(string $widgetClass) widgetClass class name for the report widget
17
* @method ReportDefinition metrics(array $metrics) metrics to display with the report
18
* @method ReportDefinition dateStart(string $dateStart) dateStart
19
* @method ReportDefinition dateEnd(string $dateEnd) dateEnd
@@ -32,6 +33,7 @@ protected function initDefaultValues()
32
33
{
34
$this
35
->displayAs('static')
36
+ ->metrics([])
37
;
38
}
39
0 commit comments