I have a chartJS chart rendered in Django with chartkick. How do I specify the options.
{% column_chart data %}
For example I would like to add the following:
options: {
layout: {
padding: {
bottom: 5
}
}
}