My learning of canvasJS is proceeding quite nicely. With a little help I’ve been able to understand many concepts.
Today I am attempting to do a work around to display dates on the Y axis.
The date in the datapoint is already in Java format (for example 1675083660000).
How can I display this date on the Y axis.
I was looking at this example, http://jsfiddle.net/canvasjs/b6c34mmv/
copying the axisY: and toolTip: into my var chart does not work.
Can someone give me an example for on the Y axis converting from javascript date such as 1675083660000 to a human friendly date format such as 01-March-2023