Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd528a2

Browse files
committed
adjust scatter and bar test titles
1 parent e5a4057 commit bd528a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5406,7 +5406,7 @@ describe('hovermode: (x|y)unified', function() {
54065406
alignment: 'end',
54075407
x: 150
54085408
}].forEach(function(t) {
5409-
it('two ' + t.alignment + ' period positioned ' + (t.barmode ? t.barmode + ' ' : '') + t.type + 's', function(done) {
5409+
it('two ' + t.alignment + ' period positioned ' + t.type + ' points', function(done) {
54105410
var fig = {
54115411
data: [{
54125412
x: [
@@ -5432,7 +5432,6 @@ describe('hovermode: (x|y)unified', function() {
54325432
y: [1, 2, 3]
54335433
}],
54345434
layout: {
5435-
barmode: t.barmode,
54365435
showlegend: false,
54375436
width: 600,
54385437
height: 400,
@@ -5488,7 +5487,7 @@ describe('hovermode: (x|y)unified', function() {
54885487
barmode: 'stacked',
54895488
alignment: 'end'
54905489
}].forEach(function(t) {
5491-
it('two ' + t.alignment + ' period positioned ' + (t.barmode ? t.barmode + ' ' : '') + t.type + 's', function(done) {
5490+
it('two ' + t.alignment + ' period positioned ' + t.barmode + ' bars', function(done) {
54925491
var fig = {
54935492
data: [{
54945493
x: [

0 commit comments

Comments
 (0)