I\'m starting new Angular application which I initialised with Angular-CLI (beta 22.1). But when I add test-data (5 values) to my chart it seems to scale wrong and only shows th
You need to put a condition inside the canvas, e.g., show it when the data is loaded or your array.length > 0
array.length > 0
Example: