Skip to content

Commit dfb1c01

Browse files
committed
Change name
1 parent 2652e1c commit dfb1c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scutter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function getLabelForAxis(d) {
9797
.tickFormat(function (d) {
9898
return getLabelForAxis(d);
9999
})
100-
.axisLabel("Ease of Implementation");
100+
.axisLabel("Difficulty of Implementation");
101101
chart.yAxis
102102
.tickFormat(function (d) {
103103
return getLabelForAxis(d);

0 commit comments

Comments
 (0)