When I inspect the range returned after the 'plotly_selected' callback in a boxplot with a categorical axis. I get the string values which is fine But, if I want to get the pixel values or better yet the range that the selection translates to, I get strange results. I tried `d2p` and `d2c` (`c2p` and `c2r` didnt produce any results) and the results dont seem right. I believe there is a bug here unless I'm wrong See the screen shot below  Here is the codepen: https://codepen.io/destrada/pen/EzKeMb