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 dc0d9cb commit a425925Copy full SHA for a425925
src/components/rangeselector/get_update_object.js
@@ -24,7 +24,7 @@ function getXRange(axisLayout, buttonLayout) {
24
var step = buttonLayout.step;
25
26
var utcStep = d3Time['utc' +
27
- // Capitalized and pluralized step e.g. month -> Months
+ // Capitalized step e.g. month -> Month
28
(step.charAt(0).toUpperCase() + step.slice(1))
29
];
30
0 commit comments