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({
173
173
error_y : errorBarAttrs ,
174
174
error_z : errorBarAttrs ,
175
175
176
- hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo , { editType : 'calc' } )
176
+ hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo )
177
177
} , 'calc' , 'nested' ) ;
178
178
179
179
attrs . 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({
254
254
} )
255
255
} ,
256
256
257
- hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo , { editType : 'calc' } )
257
+ hoverinfo : extendFlat ( { } , baseAttrs . hoverinfo )
258
258
} , 'calc' , 'nested' ) ;
259
259
260
260
attrs . x . editType = attrs . y . editType = attrs . z . editType = 'calc+clearAxisTypes' ;
You can’t perform that action at this time.
0 commit comments