I am trying to set a datetime X axis for my Shield UI Chart, but am some confused about the data step. I need to have a one day increments, but I see:
dataStep: 24 * 3600 * 1000
I assume, that 24*3600 are the seconds for the day, but what is the 1000 multiplier used for?