Skip to content

Commit 76bbc10

Browse files
committed
another small font fix
1 parent fb20928 commit 76bbc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ document.addEventListener("DOMContentLoaded", function () {
944944
.call(d3.axisLeft(y));
945945

946946
yAxis.selectAll(".tick text")
947-
.attr("font-size", 12)
947+
.attr("font-size", 14)
948948
.call(wrapSvgText, margin.left - 24);
949949

950950
svg.selectAll("rect.bar")

0 commit comments

Comments
 (0)