Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Jul 30, 2019
1 parent 49208ab commit 87effe5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/Graph.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,12 @@ const graphPropTypes = {
'reset+autosize',
]),

/**
* Delay for registering a double-click event in ms. The
* minimum value is 100 and the maximum value is 1000. By
* default this is 300.
*/
doubleClickDelay: PropTypes.number,
/**
* Delay for registering a double-click event in ms. The
* minimum value is 100 and the maximum value is 1000. By
* default this is 300.
*/
doubleClickDelay: PropTypes.number,

/**
* New users see some hints about interactivity
Expand Down Expand Up @@ -524,13 +524,13 @@ const graphPropTypes = {
*/
showSendToCloud: PropTypes.bool,

/**
* Should we show a modebar button to send this data to a
* Plotly Chart Studio plot. If both this and showSendToCloud
* are selected, only showEditInChartStudio will be
* honored. By default this is false.
*/
showEditInChartStudio: PropTypes.bool,
/**
* Should we show a modebar button to send this data to a
* Plotly Chart Studio plot. If both this and showSendToCloud
* are selected, only showEditInChartStudio will be
* honored. By default this is false.
*/
showEditInChartStudio: PropTypes.bool,

/**
* Remove mode bar button by name.
Expand Down

0 comments on commit 87effe5

Please sign in to comment.