This sample is showing how to resolve the issue of trimmed number. (Click Arrow Button)
If the value of CategoryAxis is "0", the first and last numbers could be trimmed.
In this case, you can set the value of padding to "0.5".

●before
<CategoryAxis categoryField='Month' padding='0'/>
●after
<CategoryAxis categoryField='Month' padding='0.5'/>