An overlay which draws select boxes for 2d webgl plots
Check back later
npm i gl-select-box
Creates a select box primitive
plotis agl-plot2dinstanceoptionsis a set of configuration parameters for the select box
The parameters for options are as follows:
selectBoxThe bounding box for the selection regioninnerFillIf set, fill in the inner boxinnerColorColor of the inner boxouterFillIf set, fill region outside boxouterColorColor of outer fillborderWidthBorder of box in pixelsborderColorBorder color
Updates select box in place
Destroys the select box
(c) 2015 Mikola Lysenko. MIT License