File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ export default class Graph extends React.Component {
221
221
/**
222
222
* Handles d3 'drag' event.
223
223
* {@link https://github.com/d3/d3-drag/blob/master/README.md#drag_subject|more about d3 drag}
224
- * @param {Object } d3Event - `DragEvent` Contains d3 event data.
224
+ * @param {Object } d3Event - `DragEvent` contains d3 event data.
225
225
* @param {string } datum - The datum we configured inside, our d3Select call,
226
226
* currently happening inside _graphNodeDragConfig function.
227
227
* in our case the datum, will be equal to the nodeId.
@@ -302,7 +302,7 @@ export default class Graph extends React.Component {
302
302
303
303
/**
304
304
* Handler for 'zoom' event within zoom config.
305
- * @param {Object } d3Event - `ZoomEvent contains data about the zoom event.
305
+ * @param {Object } d3Event - `ZoomEvent` contains d3 event data
306
306
* @returns {Object } returns the transformed elements within the svg graph area.
307
307
*/
308
308
_zoomed = d3Event => {
You can’t perform that action at this time.
0 commit comments