You must be logged in to post your query.
Home › Forums › Chart Support › Y Axis Time (H:M:S)
Is there a way to change Y Axis to Time (H:M:S)…?
Hi,
As of now axisY doesn’t support dateTime. But you can achieve the same by converting dateTime to timeStamp and defining axisY labelFormatter using formatDate method. Here is an example.
You must be logged in to reply to this topic. Login/Register