Chartjs-Using Chartjs 2.7.1—legend doesn't have align configuration options—how to add it?

0👍

You can’t add it, its not in the lib, if you update to the latest version of chart.js in V2 it is there and you can use it:

If using NPM

npm i chart.js@2.9.4

If using yarn

yarn add chart.js@2.9.4

Leave a comment