Skip to content

Commit 423c91b

Browse files
committed
[tmp] some comments
1 parent 7678185 commit 423c91b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/plots/polar/layout_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ var radialAxisAttrs = {
122122

123123
// TODO
124124
// - might need a 'titleside' and even 'titledirection' down the road
125+
// - what about standoff ??
125126

126127
editType: 'plot'
127128
},

src/plots/ternary/layout_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var ternaryAxesAttrs = {
1919
title: {
2020
text: axesAttrs.title.text,
2121
font: axesAttrs.title.font
22+
// TODO does standoff here make sense?
2223
},
2324
color: axesAttrs.color,
2425
// ticks

src/traces/carpet/axis_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = {
5757
'by the now deprecated `titlefont` attribute.'
5858
].join(' ')
5959
}),
60+
// TODO how is this different than `title.standoff`
6061
offset: {
6162
valType: 'number',
6263
role: 'info',

0 commit comments

Comments
 (0)