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
Is your feature request related to a problem? Please describe.
Not a problem, but seen discussions (and including an old draft) PR of implementing brush functionality on charts. As much as I would love this, I can understand that's quite a complex feature to build. In the meantime, I am using a combination of the onClick/onMouseMove handlers and custom layer on my line charts/scatter plots to implement something close to a brush functionality. However, my natural instinct is to click and drag but the onMouseDown is not handled.
Describe the solution you'd like
Add onMouseDown, onMouseUp, onDoubleClick handlers for all charts that are interactive.
Additional context
Am happy to write the PR as it should be fairly simple :) but not sure if this is a feature yall are happy with.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not a problem, but seen discussions (and including an old draft) PR of implementing brush functionality on charts. As much as I would love this, I can understand that's quite a complex feature to build. In the meantime, I am using a combination of the onClick/onMouseMove handlers and custom layer on my line charts/scatter plots to implement something close to a brush functionality. However, my natural instinct is to click and drag but the onMouseDown is not handled.
Describe the solution you'd like
Add onMouseDown, onMouseUp, onDoubleClick handlers for all charts that are interactive.
Additional context
Am happy to write the PR as it should be fairly simple :) but not sure if this is a feature yall are happy with.
The text was updated successfully, but these errors were encountered: