We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f815d commit 542f39fCopy full SHA for 542f39f
test/jasmine/tests/fx_test.js
@@ -148,7 +148,8 @@ describe('Fx defaults', function() {
148
family: 'Roboto',
149
size: 40,
150
color: 'pink'
151
- }
+ },
152
+ namelength: 15
153
});
154
155
expect(out.data[1].hoverlabel).toEqual({
@@ -158,7 +159,8 @@ describe('Fx defaults', function() {
158
159
160
size: 20,
161
color: 'red'
162
163
164
165
166
expect(out.layout.annotations[0].hoverlabel).toEqual({
0 commit comments