File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1463,7 +1463,7 @@ describe('Hover events', function() {
1463
1463
unhoverData = data ;
1464
1464
} ) ;
1465
1465
1466
- // Hover over top category of middle dimension (category "A ")
1466
+ // Hover over top of bottom category of middle dimension (category "C ")
1467
1467
var dimStartX = parcatsViewModel . dimensions [ 1 ] . x ;
1468
1468
1469
1469
mouseY0 = parcatsViewModel . y + parcatsViewModel . dimensions [ 1 ] . categories [ 2 ] . y + 10 ;
@@ -1620,7 +1620,7 @@ describe('Hover events with hovermode color', function() {
1620
1620
unhoverData = data ;
1621
1621
} ) ;
1622
1622
1623
- // Hover over top category of middle dimension (category "A ")
1623
+ // Hover over top of bottom category of middle dimension (category "C ")
1624
1624
var dimStartX = parcatsViewModel . dimensions [ 1 ] . x ;
1625
1625
1626
1626
mouseY0 = parcatsViewModel . y + parcatsViewModel . dimensions [ 1 ] . categories [ 2 ] . y + 10 ;
You can’t perform that action at this time.
0 commit comments