Skip to content

Commit f833ce4

Browse files
committed
remove colorbar dflt and update description
1 parent c9eaff2 commit f833ce4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: src/components/colorbar/attributes.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,13 @@ module.exports = overrideAll({
136136
tickvals: axesAttrs.tickvals,
137137
ticktext: axesAttrs.ticktext,
138138
ticks: extendFlat({}, axesAttrs.ticks, {dflt: ''}),
139-
ticklabeloverflow: extendFlat({}, axesAttrs.ticklabeloverflow, {dflt: 'allow'}),
139+
ticklabeloverflow: extendFlat({}, axesAttrs.ticklabeloverflow, {
140+
description: [
141+
'Determines how we handle tick labels that would overflow either the graph div or the domain of the axis.',
142+
'The default value for inside tick labels is *hide past domain*.',
143+
'In other cases the default is *hide past div*.'
144+
].join(' ')
145+
}),
140146
ticklabelposition: {
141147
valType: 'enumerated',
142148
values: [

0 commit comments

Comments
 (0)