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
This is not a victory-native specific issue. (Issues that only appear in victory-native should be opened here)
I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
When props for VictoryBrushContainer are set as: defaultBrushArea="disable brushDimension="x" allowResize={false}
brush disappears onMouseDown that is not on the brush itself. Expected behavior for defaultBrushArea="disable" should be for the brush to remain at same brush domain.
Bugs and Questions
Checklist
This is not a
victory-native
specific issue. (Issues that only appear invictory-native
should be opened here)I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
When props for VictoryBrushContainer are set as:
defaultBrushArea="disable brushDimension="x" allowResize={false}
brush disappears onMouseDown that is not on the brush itself. Expected behavior for defaultBrushArea="disable" should be for the brush to remain at same brush domain.
Reproduction
Bug is reproduced here:
https://codesandbox.io/s/kky0qz6pvr
The text was updated successfully, but these errors were encountered: