Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
date = moment(
'Jan 01 1990'
,
'MMM DD YYYY'
);
2
var
data = [];
3
for
(
var
i = 0; i < 60; i++) {
4
data.push({x: date.valueOf(), y: i});
Callers
nothing calls this directly
Calls
1
add
Method · 0.65
Tested by
no test coverage detected