ZingChart: How do I create a graph with a timeline?
A timeline graph is just a graph where the y or x axis is plotted against a time value. The only key point to note is we plot unix timestamp in milliseconds so you will have to multiply any unix timestamp by 1000. Take a look at the example here to see how it is done.
Example: https://demos.zingchart.com/view/ONVC14XT