MCPcopy Create free account
hub / github.com/plotly/plotly.js / clearFill

Function clearFill

src/traces/scatter/plot.js:336–338  ·  view source on GitHub ↗
(selection)

Source from the content-addressed store, hash-verified

334 Drawing.setClipUrl(lineJoin, plotinfo.layerClipId, gd);
335
336 function clearFill(selection) {
337 transition(selection).attr('d', 'M0,0Z');
338 }
339
340 // helper functions to create polygons for hoveron fill detection
341 var makeSelfPolygons = function() {

Callers 1

plotOneFunction · 0.85

Calls 1

transitionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…