Chart.js drawing only in the top of canvas

0👍

This problem has no real solution. My problem was, I wanted to show the chart on 100% height of the canvas, which actually worked perfectly. The only thing my added check in the source of the chart.js was to not draw the labels on x-axis. But the calculations for them remained the same and changing the whole source would be painful and time consuming for me. So I left that idea behind and set all the labels as ” (empty) This is still no solution for me, but at least I found out how simple some solutions can be. It is not 100% resolved for me yet, but so that others know, I am looking for other answers.

This is my new question.

Leave a comment