Bounds stream popup placement incorrect when BoxSelectTool uses dimensions="width"
#6266
Labels
type: enhancement
Minor feature or improvement to an existing feature
Using the new
popup
argument to a bounds stream where theBoxSelectTool
is constrained to the x-axis only (i.e.dimensions="width"
) results in a popup at the top right of the selection:This is appropriate for 2D selections but when you can select along the x-axis, I would expect the placement to be in the middle of y-axis.
The text was updated successfully, but these errors were encountered: