For some reasone all graphs are cut off at the highest value. How can i fix this? I can\'t use a fixed y-axis
I found this while making line graphs that had the legend displayed at the top. The only work around I found was to move the legend to the bottom
options: { legend: { position: 'bottom', }, }
fiddle