alfresco-ng2-components/docs/insights/components/analytics-generator.component.md
Eugenio Romano 1847768b56
[AAE-1848] fix kebab case files and add tlsint rule (#5481)
* fix kebab case files and add tlsint rule

* headless

* m 2 in e2e

* download file in headless chrome

* fix budget

* fix import

* fix import
2020-02-20 21:08:42 +00:00

975 B

Title, Added, Status
Title Added Status
Analytics Generator Component v2.0.0 Active

Analytics Generator Component

Generates and shows charts

Basic Usage

<adf-analytics-generator 
    [reportId]="reportId" 
    [reportParamQuery]="reportParamQuery">
</adf-analytics>

Class members

Properties

Name Type Default value Description
reportId number reportId.
reportParamQuery ReportQuery undefined reportParamQuery.

Events

Name Type Description
error EventEmitter<> error.
success EventEmitter<> success.