Sha256: fccc5fc17ed3fe4222d3b4d0700c3341337841cddda13eebb53bc0cdc30ddd05
Contents?: true
Size: 320 Bytes
Versions: 31
Compression:
Stored size: 320 Bytes
Contents
d3.time.months = d3_time_range(d3.time.month, function(date) { date.setMonth(date.getMonth() + 1); }, function(date) { return date.getMonth(); }); d3.time.months.utc = d3_time_range(d3.time.month.utc, function(date) { date.setUTCMonth(date.getUTCMonth() + 1); }, function(date) { return date.getUTCMonth(); });
Version data entries
31 entries across 31 versions & 2 rubygems