How to decrease the gap between two lines in the category axis of serial chart

Hello Cuba Team,

How can I provide the less space between two lines in the category axis.
Which property in serial chart should be used to provide less space between July 27 to July 29 in x-axis.
Please use the attached image for reference.

lessGap

Hello,

In the CategoryAxis you can use “minHorizontalGap” attribute and set “autoGridCount” to true. It will decrease the gap betweein lines in the whole CategoryAxis. See the link - AmCharts doc.

Screen example (minHorizontalGap = 50)
minHorizontalGap

Regards,
Roman