@@ -403,7 +403,7 @@ const graphPropTypes = {
403
403
*/
404
404
edits : PropTypes . exact ( {
405
405
/**
406
- * annotationPosition: the main anchor of the annotation, which is the
406
+ * The main anchor of the annotation, which is the
407
407
* text (if no arrow) or the arrow (which drags the whole thing leaving
408
408
* the arrow length & direction unchanged)
409
409
*/
@@ -540,12 +540,12 @@ const graphPropTypes = {
540
540
* Remove mode bar button by name.
541
541
* All modebar button names at https://github.com/plotly/plotly.js/blob/master/src/components/modebar/buttons.js
542
542
* Common names include:
543
- * - sendDataToCloud
544
- * - (2D): zoom2d, pan2d, select2d, lasso2d, zoomIn2d, zoomOut2d, autoScale2d, resetScale2d
545
- * - (Cartesian): hoverClosestCartesian, hoverCompareCartesian
546
- * - (3D): zoom3d, pan3d, orbitRotation, tableRotation, handleDrag3d, resetCameraDefault3d, resetCameraLastSave3d, hoverClosest3d
547
- * - (Geo): zoomInGeo, zoomOutGeo, resetGeo, hoverClosestGeo
548
- * - hoverClosestGl2d, hoverClosestPie, toggleHover, resetViews
543
+ * sendDataToCloud;
544
+ * (2D) zoom2d, pan2d, select2d, lasso2d, zoomIn2d, zoomOut2d, autoScale2d, resetScale2d;
545
+ * (Cartesian) hoverClosestCartesian, hoverCompareCartesian;
546
+ * (3D) zoom3d, pan3d, orbitRotation, tableRotation, handleDrag3d, resetCameraDefault3d, resetCameraLastSave3d, hoverClosest3d;
547
+ * (Geo) zoomInGeo, zoomOutGeo, resetGeo, hoverClosestGeo;
548
+ * hoverClosestGl2d, hoverClosestPie, toggleHover, resetViews.
549
549
*/
550
550
modeBarButtonsToRemove : PropTypes . array ,
551
551
0 commit comments