Skip to content

Commit ade535e

Browse files
committed
fixup attribute descriptions
1 parent f025dc6 commit ade535e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/rangeselector/attributes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
description: [
2929
'Determines whether or not this range selector is visible.',
3030
'Note that range selectors are only available for x axes of',
31-
'`type` set to *date*.'
31+
'`type` set to or auto-typed to *date*.'
3232
].join(' ')
3333
},
3434

@@ -47,7 +47,7 @@ module.exports = {
4747
dflt: 'left',
4848
role: 'info',
4949
description: [
50-
'Sets the range selector \'s horizontal position anchor.',
50+
'Sets the range selector\'s horizontal position anchor.',
5151
'This anchor binds the `x` position to the *left*, *center*',
5252
'or *right* of the range selector.'
5353
].join(' ')
@@ -72,7 +72,7 @@ module.exports = {
7272
},
7373

7474
font: extendFlat({}, fontAttrs, {
75-
description: 'Sets the font used to text the range selector buttons.'
75+
description: 'Sets the font of the range selector button text.'
7676
}),
7777

7878
bgcolor: {

src/components/rangeselector/draw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function reposition(gd, buttons, opts, axName) {
206206

207207
var wEff = Math.max(tWidth + 10, constants.minButtonWidth);
208208

209-
// mathJaxGroup = button.select('g[class*=math-group]');
209+
// TODO add MathJax support
210210

211211
// TODO add buttongap attribute
212212

0 commit comments

Comments
 (0)