<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]="'scheme04'"
[source]="nutritionalAdapter"
[valueAxis]="valueAxis"
[seriesGroups]="seriesGroups">
</jqxChart>