MCPcopy
hub / github.com/chartjs/Chart.js / autoskip-major.js

File autoskip-major.js

test/fixtures/scale.time/autoskip-major.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var date = moment('Jan 01 1990', 'MMM DD YYYY');
2var data = [];
3for (var i = 0; i < 60; i++) {
4 data.push({x: date.valueOf(), y: i});

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected