Home Forums Chart Support display date on Y axis

display date on Y axis

Viewing 2 posts - 1 through 2 (of 2 total)
  • #42116

    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

    #42127

    @dpanscik,

    It looks like JSFiddle that you have shared is working fine. If you are still facing issue, kindly fork/save the JSFiddle reproducing the issue you are facing and share the link with us so that we can look into your code, understand the scenario better and help you out.


    Adithya Menon
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.