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 6df61e0 commit ef4c3ccCopy full SHA for ef4c3cc
src/plots/cartesian/layout_attributes.js
@@ -63,8 +63,8 @@ module.exports = {
63
editType: 'calc',
64
// we forget when an axis has been autotyped, just writing the auto
65
// 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?
+ // Note: we do NOT prohibit this in `coerce`, so if someone enters a
+ // type in the template explicitly it will be honored as the default.
68
_noTemplating: true,
69
description: [
70
'Sets the axis type.',
0 commit comments