79371639

Date: 2025-01-20 14:32:55
Score: 2
Natty:
Report link

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;
}
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Zinchenko