alfresco-ng2-components/docs/insights/components/analytics-generator.component.md
Francesco Corti 5a4cc4edda
Release Note for 4.2 - Initial draft. (#6390)
* Release Note for 4.2 - Initial draft.

* update dep

* documentation

* fix

* remove script

* lint

Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-12-07 21:03:41 +00:00

951 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<any> error.
success EventEmitter<any> success.