Skip to content

Commit ef4c3cc

Browse files
committed
TODO -> note re: axis.type _noTemplate
1 parent 6df61e0 commit ef4c3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ module.exports = {
6363
editType: 'calc',
6464
// we forget when an axis has been autotyped, just writing the auto
6565
// value back to the input - so it doesn't make sense to template this.
66-
// TODO: should we prohibit this in `coerce` as well, or honor it if
67-
// someone enters it explicitly?
66+
// Note: we do NOT prohibit this in `coerce`, so if someone enters a
67+
// type in the template explicitly it will be honored as the default.
6868
_noTemplating: true,
6969
description: [
7070
'Sets the axis type.',

0 commit comments

Comments
 (0)