Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

prune global-level trace attributes that are already defined in a trace #3158

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

Merged
merged 11 commits into from
Oct 30, 2018
Merged
Prev Previous commit
Next Next commit
test that hoverlabel doesn't get coerced for parcoords
  • Loading branch information
antoinerg committed Oct 30, 2018
commit da03ceb4b41284f05af33a139d9424a79378d6ea
8 changes: 8 additions & 0 deletions 8 test/jasmine/tests/parcoords_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ describe('parcoords initialization tests', function() {
expect(gd._fullData[0].tickfont).toEqual(expected);
expect(gd._fullData[0].rangefont).toEqual(expected);
});

it('should not coerce hoverlabel', function() {
var gd = Lib.extendDeep({}, mock1);

supplyAllDefaults(gd);

expect(gd._fullData[0].hoverlabel).toBeUndefined();
});
});

describe('parcoords defaults', function() {
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.