This bar chart illustrates the distribution of work hours across six key project phases for the current sprint. Research and Development currently holds the highest allocation of resources, followed closely by Design.
{
"type": "bar",
"data": {
"labels": [
"Research",
"Design",
"Development",
"QA Testing",
"Deployment",
"Marketing"
],
"datasets": [
{
"label": "Allocated Hours",
"data": [
45,
80,
120,
65,
30,
50
],
"backgroundColor": [
"#FF6384",
"#36A2EB",
"#FFCE56",
"#4BC0C0",
"#9966FF",
"#FF9F40"
],
"borderWidth": 1
}
]
}
}
Deze website gebruikt cookies voor essentiële functies, andere functies en voor statistische doeleinden. Raadpleeg het cookiebeleid voor details.