To display dates you can use the attribute transformon your own scale-x. It allows you to format the Unix timestamp as you want. Here is an example.
"scale-x":{
"transform":{
"type":"date",
"all":"%d %M, %h:%i %A"
}
}
You can see the visualized graph here.
Here is a link to documents on the ZingChart website for converting date and time. I am on the ZingChart team. Holler if you have other questions.
source
share