Niemala,
Issue is because the automatically calculated interval is in hours and you have set valueFormatString to show MM/DD. So for every hour it is showing same month and date.
Instead you also need to set interval and intervalType property as show in this jsfiddle.
You should consider setting intervalType and interval whenever you set valueFormatString.
—
Sunil Urs