MCPcopy Index your code
hub / github.com/bqplot/bqplot / dragged

Method dragged

js/src/Graph.ts:383–389  ·  view source on GitHub ↗
(d: NodeData)

Source from the content-addressed store, hash-verified

381 }
382
383 private dragged(d: NodeData) {
384 if (this.model.static) {
385 return;
386 }
387 d.fx = d3GetEvent().x;
388 d.fy = d3GetEvent().y;
389 }
390
391 private dragended(d: NodeData) {
392 if (this.model.static) {

Callers

nothing calls this directly

Calls 1

d3GetEventFunction · 0.90

Tested by

no test coverage detected