fixed: (UNIX timestamp from OVH API was divided per 1000.)
dateFormat : "U"
Type: Posts; User: tuniship.tn
fixed: (UNIX timestamp from OVH API was divided per 1000.)
dateFormat : "U"
I'm creating a line chart using ExtJs, and I would like to have 24 hour x-axis. However, I found an issue with duplicate x hours. I set formatter to show only 24 hours:
groupBy: 'h'like this:
...