Skip to content

Commit

Permalink
Added poc note to full barchart
Browse files Browse the repository at this point in the history
  • Loading branch information
airenzp authored and xzhou82 committed Aug 10, 2024
1 parent 7cd6971 commit cc08b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/plots/profileBarchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class profileBarchart extends profilePlot {
if (this.state.dslabel == 'ProfileAbbrev') {
const uiG = this.legendG.append('g').attr('transform', `translate(420, 0)`)
this.addEndUserImpressionNote(uiG)
}
} else this.addPOCNote(this.legendG.append('g').attr('transform', `translate(550, -80)`))

if (!hasSubjectiveData) return
drawLine(910, 120, 50, y, 'B')
Expand Down

0 comments on commit cc08b63

Please sign in to comment.