I want to move the chart result to the left, when data only appear on a column. I'm using AmCharts
I tried this not working
categoryAxis: {
gridPosition: "start",
parseDates: false,
gridAlpha: 0
},
Is there any built in function? Please advise, thank you