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
}
]
}
}
This website uses cookies for essential functions, other functions, and for statistical purposes. Please refer to the cookie policy for details.