
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
d3-stack-time
Advanced tools
一个D3时间堆叠图插件。
// 导入D3与本插件
var d3 = require('d3');
var chart = require('d3-stack-time');
var data = {
axisX: ['5-1', '5-2', '5-3', '5-4', '5-5', '5-6', '5-7', '5-8', '5-9', '5-10', '5-11', '5-12', '5-13', '5-14', '5-15', '5-16', '5-17', '5-18', '5-19', '5-20', '5-21', '5-22', '5-23', '5-24', '5-25'],
values: [
['9:00', '18:30'],
['6:00', '12:00'],
['13:31', '14:31'],
['19:00', '23:30'],
['12:00', '13:30'],
['08:30', '13:30'],
['09:00', '10:30'],
['10:00', '13:00'],
['10:00', '13:30'],
['12:30', '13:30'],
['12:30', '14:00'],
['13:00', '14:00'],
['13:30', '18:30'],
['08:30', '18:26', '22:00'],
[],
[],
['09:04', '19:01'],
['09:00', '18:43'],
['09:24', '19:19'],
['09:15', '19:06'],
['09:00', '19:00'],
['9:14', '19:14'],
['09:18', '19:02'],
['09:00', '21:26'],
['10:09', '19:09']
]
};
d3.select('.time-stack').call(chart()
.data(data)
.titleText('test_title')
.stackLabelCustom({
'workBefore': 'Are you Ready?'
})
);
FAQs
d3 stack time
The npm package d3-stack-time receives a total of 18 weekly downloads. As such, d3-stack-time popularity was classified as not popular.
We found that d3-stack-time demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.