You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several issue with the initialization of points in the started function from brush. First, the Event passed to the started brush function is a MouseEvent that does not have an identifier property. Second ( maybe related to the first ), points remains empty after the Array.from function making the brush rect dimension NAN.
I don't know the exact origin of this probleme, i did change the brush.jspoints initialization to (skipping touche event for now ):
I have several issue with the initialization of
points
in thestarted
function from brush. First, the Event passed to thestarted
brush function is a MouseEvent that does not have anidentifier
property. Second ( maybe related to the first ),points
remains empty after the Array.from function making the brush rect dimensionNAN
.I don't know the exact origin of this probleme, i did change the
brush.js
points
initialization to (skipping touche event for now ):Browser/D3 version versions:
Chrome Version 115.0.5790.110.
D3 7.8.5 (brush module 3.0.0)
Exemple of code that does not work
brush.js (src)
The text was updated successfully, but these errors were encountered: