Skip to content

Commit

Permalink
remove colorbar dflt and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Apr 13, 2021
1 parent c9eaff2 commit f833ce4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/colorbar/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,13 @@ module.exports = overrideAll({
tickvals: axesAttrs.tickvals,
ticktext: axesAttrs.ticktext,
ticks: extendFlat({}, axesAttrs.ticks, {dflt: ''}),
ticklabeloverflow: extendFlat({}, axesAttrs.ticklabeloverflow, {dflt: 'allow'}),
ticklabeloverflow: extendFlat({}, axesAttrs.ticklabeloverflow, {
description: [
'Determines how we handle tick labels that would overflow either the graph div or the domain of the axis.',
'The default value for inside tick labels is *hide past domain*.',
'In other cases the default is *hide past div*.'
].join(' ')
}),
ticklabelposition: {
valType: 'enumerated',
values: [
Expand Down

0 comments on commit f833ce4

Please sign in to comment.