Chartjs-Unable to draw legend at desired place in chart js

1👍

I leave you a small example of how it would be done.

plugins: {
    legend: {
        display: true,
        align: "start",
        position: 'right'
    }
},

Complete code

https://jsfiddle.net/SeiryuV/dxg4L3kw/70/

Leave a comment