<jqxChart #referenceMonthly style="padding-top: 20px;"
[width]="'97%'"
[height]="370"
[title]="title"
[description]="description"
[enableAnimations]="enableAnimations"
[showLegend]="showLegend"
[borderLineWidth]="borderLineWidth"
[padding]="padding"
[titlePadding]="titlePadding"
[source]="revenuesDataAdapter"
[xAxis]="xAxis"
[valueAxis]="valueAxis"
[seriesGroups]="seriesGroups">
</jqxChart>