I’d like to call Plotly.addTraces() during a "plotly_selecting" event – https://codepen.io/cpsievert/pen/yEedVP
Note that brushing the points generates the desired Plotly.addTraces() calls, but they aren’t actually fired until the mouse is released – is there anyway to force Plotly.addTraces() to fire immediately?