When I generated my Radar chart, it leaves some space between Legend and the grapgh. Any idea why this is happening? Thanks
I just found that it's happening only when you have a lengthy labels. Setting a max-height fixed my issue
canvas { max-height: 400px; }