<jqxChart #referenceProduct
[width]="'97%'" [height]="370"
[title]="title"
[description]="description"
[showLegend]="showLegend"
[enableAnimations]="enableAnimations"
[borderLineWidth]="borderLineWidth"
[padding]="padding"
[titlePadding]="titlePadding"
[source]="dataAdapter"
[xAxis]="xAxis"
[seriesGroups]="seriesGroups">
</jqxChart>