Skip to content

Commit

Permalink
test that hoverlabel doesn't get coerced for parcoords
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Oct 30, 2018
1 parent cd0230e commit da03ceb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/jasmine/tests/parcoords_test.js
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

0 comments on commit da03ceb

Please sign in to comment.