In the attached screenshot, the right-most bin is not shown in full width. The histogram extends from 0 to 1. It is displayed correctly initially, but after zooming in, the right-most bin is clipped early (i.e. earlier than the y-axis).
Here is the histogram code:
i3d3.plot({data: [{type: "bars",
bins: [1,2,3,4,3,2,1],
range: [0,1]},
],
div: "plot1",
size: [400, 200],
})

In the attached screenshot, the right-most bin is not shown in full width. The histogram extends from 0 to 1. It is displayed correctly initially, but after zooming in, the right-most bin is clipped early (i.e. earlier than the y-axis).
Here is the histogram code: