Hi,
I have epoch time. To resolve timezone problem, converted it into string format; working fine. But in X-axis i need to show only hours:min.
Pl find my this
https://jsfiddle.net/1yLavejg/26/
Pl help me
Thx
Lavanya
Hi,
I have epoch time. To resolve timezone problem, converted it into string format; working fine. But in X-axis i need to show only hours:min.
Pl find my this
https://jsfiddle.net/1yLavejg/26/
Pl help me
Thx
Lavanya
Here’s how https://jsfiddle.net/1yLavejg/27/
In your fiddle, your x
values were considered categories not dates.
plotly.js understands:
YYYY-MM-DD HH:MM:SS
strings,new Date
objectsas dates.
Thank very much.
Working fine.