(selection)
| 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() { |
no test coverage detected
searching dependent graphs…