MCPcopy Index your code
hub / github.com/microsoft/SandDance / pointish

Function pointish

docs/app/js/sanddance-app.js:126802–126810  ·  view source on GitHub ↗
(scale4)

Source from the content-addressed store, hash-verified

126800 return rescale();
126801}
126802function pointish(scale4) {
126803 const copy = scale4.copy;
126804 scale4.padding = scale4.paddingOuter;
126805 delete scale4.paddingInner;
126806 scale4.copy = function() {
126807 return pointish(copy());
126808 };
126809 return scale4;
126810}
126811function point() {
126812 return pointish(band().paddingInner(1));
126813}

Callers 1

pointFunction · 0.70

Calls 1

copyFunction · 0.70

Tested by

no test coverage detected