File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2551,7 +2551,7 @@ plots.doCalcdata = function(gd, traces) {
2551
2551
for ( i = 0 ; i < fullData . length ; i ++ ) calci ( i , true ) ;
2552
2552
for ( i = 0 ; i < fullData . length ; i ++ ) calci ( i , false ) ;
2553
2553
2554
- plots . doCrossTraceCalc ( gd ) ;
2554
+ doCrossTraceCalc ( gd ) ;
2555
2555
2556
2556
Registry . getComponentMethod ( 'fx' , 'calc' ) ( gd ) ;
2557
2557
Registry . getComponentMethod ( 'errorbars' , 'calc' ) ( gd ) ;
@@ -2563,7 +2563,7 @@ function clearAxesCalc(axList) {
2563
2563
}
2564
2564
}
2565
2565
2566
- plots . doCrossTraceCalc = function ( gd ) {
2566
+ function doCrossTraceCalc ( gd ) {
2567
2567
var fullLayout = gd . _fullLayout ;
2568
2568
var modules = fullLayout . _visibleModules ;
2569
2569
var hash = { } ;
@@ -2608,7 +2608,7 @@ plots.doCrossTraceCalc = function(gd) {
2608
2608
}
2609
2609
}
2610
2610
}
2611
- } ;
2611
+ }
2612
2612
2613
2613
plots . rehover = function ( gd ) {
2614
2614
if ( gd . _fullLayout . _rehover ) {
You can’t perform that action at this time.
0 commit comments