Skip to content
Prev Previous commit
Next Next commit
formatting
Co-authored-by: Cameron DeCoster <[email protected]>
  • Loading branch information
emilykl and camdecoster authored Nov 12, 2025
commit 5dddc9b43a5c193d5395bc1dcdaf55e1b2e293ce
4 changes: 2 additions & 2 deletions src/traces/ohlc/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
x: {
valType: 'data_array',
editType: 'calc+clearAxisTypes',
description: ['Sets the x coordinates.', 'If absent, linear coordinate will be generated.'].join(' ')
description: 'Sets the x coordinates. If absent, linear coordinate will be generated.'
},

open: {
Expand Down Expand Up @@ -121,7 +121,7 @@ module.exports = {
max: 0.5,
dflt: 0.3,
editType: 'calc',
description: ['Sets the width of the open/close tick marks', 'relative to the *x* minimal interval.'].join(' ')
description: 'Sets the width of the open/close tick marks relative to the *x* minimal interval.'
},

hoverlabel: extendFlat({}, fxAttrs.hoverlabel, {
Expand Down