Skip to content

Commit

Permalink
🔪 (x|y)direction
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Mar 29, 2018
1 parent aaa42c6 commit a077c3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
17 changes: 0 additions & 17 deletions src/traces/splom/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,6 @@ module.exports = {
line: scatterGlAttrs.line,
connectgaps: scatterGlAttrs.connectgaps,

xdirection: {
valType: 'enumerated',
values: ['right', 'left'],
dflt: 'right',
role: 'info',
editType: 'plot',
description: ''
},
ydirection: {
valType: 'enumerated',
values: ['top', 'bottom'],
dflt: 'bottom',
role: 'info',
editType: 'plot',
description: ''
},

xaxes: makeAxesValObject('x'),
yaxes: makeAxesValObject('y'),

Expand Down
4 changes: 0 additions & 4 deletions src/traces/splom/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
coerce('marker.line.width', isOpen || isBubble ? 1 : 0);
}

// TODO not implemented yet
coerce('xdirection');
coerce('ydirection');

handleAxisDefaults(traceIn, traceOut, layout, coerce);

// TODO not implemented yet
Expand Down

0 comments on commit a077c3f

Please sign in to comment.