looking at Histograms | JavaScript | Plotly
for “normal” histograms, the hoverlabel for each bar is shown with “range of x” and y,
e.g.
0.0 - 0.05, 123
0.05 - 0.1, 123
looking at the cumulative histogram, the hoverlabel show the mid value of the bar and no longer the range (when looking at the codepen example for the cumulative histogram)
e.g.
0.05, 123
0.15, 123
Is it possible, to show the x range for a cumulative histogram as well?
Thanks,
Nina