MCPcopy Create free account
hub / github.com/idank/explainshell / d3_time_scaleDate

Function d3_time_scaleDate

explainshell/web/static/js/d3.v3.js:8334–8336  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

8332 return start < stop ? [ start, stop ] : [ stop, start ];
8333 }
8334 function d3_time_scaleDate(t) {
8335 return new Date(t);
8336 }
8337 function d3_time_scaleFormat(formats) {
8338 return function(date) {
8339 var i = formats.length - 1, f = formats[i];

Callers 1

d3_time_scaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected