Forum Replies Created by mgavserv

Viewing 1 post (of 1 total)
  • in reply to: Change Time format on zoom with multiple charts #38701

    Thanks for your reply Adithya!

    Unfortunately, for some reason the xvalueFormatString does not work in my project at all. (You may prove me wrong in my JSFiddle).
    The only value formatter that works is

    labelFormatter: function (e)
    {
    return CanvasJS.formatDate( e.value, \”HH:mm\”);
    },

    But so far I have not been able to successfully integrate this with the range changing event. Do you have any examples for this?

    Thanks!
    Maik

Viewing 1 post (of 1 total)