This answer on GitHub issue https://github.com/valor-software/ng2-charts/issues/1122#issuecomment-510385779 solved this problem for me
In addition to all previous setting you have to add this CSS
canvas {
height: 100% !important;
width: 100% !important;
}