<jqxChart #referenceChart
[width]="'100%'" [height]="450"
[title]="''"
[description]="''"
[enableAnimations]="true"
[showLegend]="true"
[animationDuration]="1000"
[borderLineWidth]="0"
[enableCrosshairs]="true"
[padding]="{ left: 5, top: 5, right: 20, bottom: 5 }"
[colorScheme]="'scheme02'"
[source]="caloriesAdapter"
[xAxis]="xAxis"
[seriesGroups]="seriesGroups">
</jqxChart>