Hi @ian ,
Is Double bar charts supported scales in options like below
"scales": {
"yAxes": [
{
"scaleLabel": {
"padding": 4,
"fontFamily": "sans-serif",
"labelString": "Test",
"display": true,
"lineHeight": 1.2,
"fontSize": 12,
"fontStyle": "normal",
"fontColor": "#666666"
},
},
],
},
With out adding above part it’s working properly.
If I added
“scales”:
Image is not created properly
Could you please help me with this.
Thank you.