Skip to content

Commit 77a8cb1

Browse files
authored
Merge pull request #16 from NGO-Algorithm-Audit/feature/distribution-chart-legend-tweak
Feature/distribution chart legend tweak
2 parents 50a868d + f79b189 commit 77a8cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graphs/DistributionBarChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const DistributionBarChart = ({
136136
const legend = svg
137137
.append('g')
138138
.attr('class', 'legend')
139-
.attr('transform', `translate(${plotWidth - 120}, -20)`);
139+
.attr('transform', `translate(${plotWidth - 120}, 30)`);
140140

141141
// Add the text elements first so we can measure them
142142
const realDataText = legend

0 commit comments

Comments
 (0)