@@ -121,7 +121,7 @@ describe('Test plot api', function() {
121
121
// some of these tests use the undo/redo queue
122
122
// OK, this is weird... the undo/redo queue length is a global config only.
123
123
// It's ignored on the plot, even though the queue itself is per-plot.
124
- // We may ditch this later, but probably not until v2
124
+ // We may ditch this later, but probably not until v3
125
125
Plotly . setPlotConfig ( { queueLength : 3 } ) ;
126
126
} ) ;
127
127
@@ -447,7 +447,7 @@ describe('Test plot api', function() {
447
447
. then ( function ( ) {
448
448
// Ideally we should change this to xaxis.autorange: 'reversed'
449
449
// but that's a weird disappearing setting used just to force
450
- // an initial reversed autorange. Proposed v2 change at:
450
+ // an initial reversed autorange. Proposed v3 change at:
451
451
// https://github.com/plotly/plotly.js/issues/420#issuecomment-323435082
452
452
return Plotly . relayout ( gd , 'xaxis.reverse' , true ) ;
453
453
} )
@@ -1100,7 +1100,7 @@ describe('Test plot api', function() {
1100
1100
// some of these tests use the undo/redo queue
1101
1101
// OK, this is weird... the undo/redo queue length is a global config only.
1102
1102
// It's ignored on the plot, even though the queue itself is per-plot.
1103
- // We may ditch this later, but probably not until v2
1103
+ // We may ditch this later, but probably not until v3
1104
1104
Plotly . setPlotConfig ( { queueLength : 3 } ) ;
1105
1105
} ) ;
1106
1106
0 commit comments