Home Forums Chart Support Yaxis bteween day one 7PM to day two 1AM

Yaxis bteween day one 7PM to day two 1AM

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

    Hi

    I am looking for a solution, I have plotted a chart with canvasjs but the problem is whenever tic data is 00:00 or higher then the chart line is coming down instead of going up as mentioned in the subject line about the range. I tried enough to resolve this, even took help on chat with chartjs team but nothing resolved. can someone help me.

    following is the link to view the chart.
    https://jsfiddle.net/2typ3kcL/

    this is urgent.

    #25734

    @priyanksheth,

    The chart is rendered according to the y-values that has been passed. The value at 00:00 seems to be lesser as the value that you have passed new Date(2019,7,3,0,1,14) is lesser than the other values. Changing y-value to new Date(2019,7,4,0,1,14) will render it higher than other values.

    If this doesn’t solve your requirements, kindly brief us more about what are you trying to render with an example so that we can understand it better and help you out.


    Vishwas R
    Team CanvasJS

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

You must be logged in to reply to this topic.