-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove pattern from funnel attributes and add tests for histogram and barpolar #5537
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
Changes from 5 commits
b0d186d
9335168
1bddefa
8334830
fc1adf5
4c4828a
0c27bbb
496c643
4de929d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -31,6 +31,7 @@ function style(gd, cd, sel) { | |||
} | ||||
}); | ||||
|
||||
Drawing.pointStyle(gTrace.selectAll('path'), trace, gd); | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this call make the loop above, or some of it, moot? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It just looked to me as though at least the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually deselect style is broken on There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @s417-lama I am about to log off for today. Would you mind investigating this part? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I investigated the selection issue a little bit. When we try to select plotly.js/src/plots/cartesian/select.js Line 663 in 3f33829
This bug happens because the values of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||
styleTextPoints(gTrace, trace, gd); | ||||
|
||||
gTrace.selectAll('.regions').each(function() { | ||||
|
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.