-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flipped axes have empty brushes #60
Comments
I have the same issue, is there any resolution |
anyone working on this or should i give it a shot? |
@arif-hanif I would be great if you could give it a shot! |
number: function number(d, p, dimension) { I found the problem. When the flip of axes, the extents[dimension][0] and [1] are reversed. So, if you change the code as like above, it is fixed. |
Applying the fix in BigFatDog#60
When an axis is upside down, regardless of whether it was flipped by double-clicking the title or with
pc.flipAxes
, brushing on that axis causes all polylines to disappear. However, if the axis is flipped back to its normal orientation, brushing works as expected. Interestingly, there is no console error...Here is a quick screencast to illustrate the issue:
The text was updated successfully, but these errors were encountered: