|
|
@@ -492,7 +492,7 @@ const ProgressByTeam: React.FC = () => { |
|
|
|
const spentManhours = currentPageProjectSpentManhourList[dataPointIndex]; |
|
|
|
const value = series[seriesIndex][dataPointIndex]; |
|
|
|
const tooltipContent = ` |
|
|
|
<div style="width: 100%;"> |
|
|
|
<div style="width: auto;"> |
|
|
|
<span style="font-weight: bold;">${projectCode} - ${projectName}</span> |
|
|
|
<br> |
|
|
|
Budget Manhours: ${budgetManhours} hours |
|
|
|