Bar Graph date range issues in IE11

I am attempting to plot the minutes that a device is active during each hour of the day. To get the minutes to display, I ended up using a Y-Axis with a Date type, a tick format of ‘%H:%M:%S’ and a range of [Date 00:00:00, Date 01:00:00].

This works correctly in Chrome and in Firefox as seen below.

However, in IE11, the data will be plotted, but all the bar graphs are invisible. I can hover over and see that the data is there.

If I remove the tick format and range, I can get a bar graph to display in IE11.

Is there any known issue with using date formats in IE11?

Can you share a reproducible example to help us debug?

Sure, I’ll try and post an example in a bit.

Example

1 Like