Boxplot in a subplot: very limited information in hover

Hi all,

I have a problem with boxplot hoover when boxplot is in a sublot, the behavior is quite strange.

I did an example boxplot diagram, just to see how it works:
http://remote4me.com/assets/diagram/stat-salary-frontend2.html
(pls do not rely on data shown here, this statistic is not yet free from bugs)
When I position the mouse cursor on a boxplot I see a lot of “labels”:
-min
-q1
-mean
-median
-q3
-max
Everything fine.

Now I created another diagram:
http://remote4me.com/assets/diagram/stat-salary-frontend3.html
It is a “subplot”; a histogram and a boxplot together, they share the X axis.
When I position the mouse cursor over boxplot I see ONLY the median values of both boxplots at the same time!
Screenshot:

How can I enable showing all the information of boxplot?

This appears related to https://github.com/plotly/plotly.js/issues/2970

I’d recommend subscribe to the above github ticket for the most up-to-date development info.