Skip to content

Commit 910163e

Browse files
committed
Add description in layout_attributes.js
1 parent b2abf08 commit 910163e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/plots/cartesian/layout_attributes.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ var minorTickmode = {
2323
'If *linear*, the placement of the ticks is determined by',
2424
'a starting position `tick0` and a tick step `dtick`',
2525
'(*linear* is the default value if `tick0` and `dtick` are provided).',
26-
'If *array*, the placement of the ticks is set via `tickvals`',
27-
'and the tick text is `ticktext`.',
28-
'(*array* is the default value if `tickvals` is provided).'
26+
'If *array*, the placement of the ticks is set via `tickvals`,',
27+
'which are actual values, and the tick text is `ticktext`.',
28+
'(*array* is the default value if `tickvals` is provided).',
29+
'If *proportional*, the placement is similiar to *array* except that',
30+
'`tickvals` are fractions between 0 and 1 representing distance on',
31+
'the corresponding axis.'
2932
].join(' ')
3033
};
3134

0 commit comments

Comments
 (0)