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
}
]
}
}
Este site usa cookies para funções essenciais, outras funções e para fins estatísticos. Consulte a política de cookies para mais detalhes.