We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2652e1c commit dfb1c01Copy full SHA for dfb1c01
1 file changed
scutter.php
@@ -97,7 +97,7 @@ function getLabelForAxis(d) {
97
.tickFormat(function (d) {
98
return getLabelForAxis(d);
99
})
100
- .axisLabel("Ease of Implementation");
+ .axisLabel("Difficulty of Implementation");
101
chart.yAxis
102
103
0 commit comments