Skip to content
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

waterfall transform errors #3720

Merged
merged 3 commits into from
Apr 4, 2019
Merged

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Apr 4, 2019

@archmoj archmoj added bug something broken status: reviewable labels Apr 4, 2019
var cont = trace[di.dir].marker;
lw = cont.line.width;
mc = cont.color;
prefix = 'waterfall';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 prefix = 'waterfall';

is still well defined when isBlank:true, I'd leave it out of this block.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting that! Done in be51caf.

@@ -948,6 +948,36 @@ describe('A waterfall plot', function() {
.then(done);
});

it('should be able to deal with blank bars on transform', function(done) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10/10 test. Nice!

@etpinard
Copy link
Contributor

etpinard commented Apr 4, 2019

💃 #3720 (comment) is non-blocking.

@archmoj archmoj merged commit 0782274 into master Apr 4, 2019
@archmoj archmoj deleted the fix3719-waterfall-transform-error branch April 4, 2019 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants