Skip to content

Commit

Permalink
Update OtzAlhivWithBaselineVl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Aug 9, 2024
1 parent d80abfc commit 681786a
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions src/views/CT/OTZ/OtzAlhivWithBaselineVl.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ const OtzAlhivWithBaselineVl = () => {
},
xAxis: {
categories: [
'ADOLECENTS IN CARE',
'ENROLLED IN ANY OTZ PROGRAM',
'ADOLESCENTS IN CARE',
'BASELINE VL AVAILABLE',
'VIRALLY SUPPRESSED',
'HIGH VIRAL LOAD',
Expand Down Expand Up @@ -71,29 +70,15 @@ const OtzAlhivWithBaselineVl = () => {
{
name: 'OTZ OUTCOMES AMONG ALHIV WITH BASELINE VL',
data: [
// TODO: adolocents in care bar here
// TODO: adolescents in care bar here
{
name: 'Adolecentes in care',
name: 'Adolescents in care',
color: '#14084D',
y:
adolescents.totalAdolescents > 0
? adolescents.totalAdolescents
: 0,
},
{
name: 'Enrolled in OTZ',
color: '#1AB394',
y:
otzOutcomesWithBaselineVl.length > 0
? otzOutcomesWithBaselineVl[0]
.AlHivEnrolledInOTZ
: 0,
text:
otzOutcomesWithBaselineVl.length > 0
? otzOutcomesWithBaselineVl[0]
.AlHivEnrolledInOTZPerc
: 0,
},
{
name: 'Baseline VL',
color: '#2D73F5',
Expand Down Expand Up @@ -153,7 +138,7 @@ const OtzAlhivWithBaselineVl = () => {
className="trends-header"
style={{ textTransform: 'none' }}
>
OVERALL VL UPTAKE AND SUPPRESSION AMONG CALHIV PATIENTS
OVERALL VL UPTAKE AND SUPPRESSION AMONG ALHIV PATIENTS
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down

0 comments on commit 681786a

Please sign in to comment.