Chartjs-How to increase right spacing in Chart.js 2.6.0?

0๐Ÿ‘

I believe you want to add padding to the right then you can refer the fiddle -> https://jsfiddle.net/ymch5to6/1/

Or add below code to your options:

layout:{
    padding:{
    right: 100
  }

Leave a comment