I have a Stock Chart and I want to remove empty spaces between candles and to set axe to the right. So I added the following code:
var categoryAxesSettings = new AmCharts.CategoryAxesSettings();
categoryAxesSettings.equalSpacing = true;
categoryAxesSettings.position = "right";
But it makes no effect!
Can't figure out where problem is :( Please help!
My code is exactly the same as this one - http://www.amcharts.com/demos/adding-removing-panel/ or http://codepen.io/anon/pen/GppXgq