ZingChart can easily handle this. Scale objects take Unix time values ââ(in milliseconds) as values, and the transform object can be used to convert Unix time to a more human-readable format using tokens that are visible in this demo and on this document page . This Epoch Converter is a useful tool for converting to Unix time.
Here's a sample scale-x configuration from a jsfiddle demo:
"scaleX": { "min-value": 1373045400000, "step": "day", "transform": { "type": "date", "all": "%d %M %Y", "item": { "visible": false }, "guide": { "visible": true } } },
I am on the ZingChart team, so let me know if you need more help.
source share