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
}
]
}
}
이 웹사이트는 필수 기능, 기타 기능 및 통계 목적으로 쿠키를 사용합니다. 자세한 내용은 쿠키 정책을(를) 참조하세요.