I have a plunker here - https://plnkr.co/edit/7Eg34HyhXY6M3UJccAFq?p=preview
var data = [{
day: 'Mon',
apricots: 150,
blueberries: 20,
cherries: 15
}];
It's a simple stacked bar chart using the dat above
The stacked chart seem to display the data incorrectly
apricots seem to go to 150 blueberries looks like it could be 20 cherries that is the smallest at 15 is the biggest bar.
Have I done something wrong