File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ var attrs = module.exports = overrideAll({
173173 error_y : errorBarAttrs ,
174174 error_z : errorBarAttrs ,
175175
176- hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo , { editType : 'calc' } )
176+ hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo )
177177} , 'calc' , 'nested' ) ;
178178
179179attrs . x . editType = attrs . y . editType = attrs . z . editType = 'calc+clearAxisTypes' ;
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ var attrs = module.exports = overrideAll({
254254 } )
255255 } ,
256256
257- hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo , { editType : 'calc' } )
257+ hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo )
258258} , 'calc' , 'nested' ) ;
259259
260260attrs . x . editType = attrs . y . editType = attrs . z . editType = 'calc+clearAxisTypes' ;
You can’t perform that action at this time.
0 commit comments