Home Forums Chart Support Change Time format on zoom with multiple charts 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