MCPcopy Index your code
hub / github.com/plotly/plotly.js / line

Function line

src/traces/funnelarea/plot.js:174–179  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

172};
173
174function line(a, b) {
175 var dx = b[0] - a[0];
176 var dy = b[1] - a[1];
177
178 return 'l' + dx + ',' + dy;
179}
180
181function getBetween(a, b) {
182 return [

Callers 1

plot.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…