Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2c4799

Browse files
committed
rm useless logic
1 parent 3a30ef2 commit f2c4799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axis_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function getBoxPosLetter(trace) {
205205
function isBoxWithoutPositionCoords(trace, axLetter) {
206206
var posLetter = getBoxPosLetter(trace),
207207
isBox = Registry.traceIs(trace, 'box'),
208-
isCandlestick = isBox && Registry.traceIs(trace._fullInput || {}, 'candlestick');
208+
isCandlestick = Registry.traceIs(trace._fullInput || {}, 'candlestick');
209209

210210
return (
211211
isBox &&

0 commit comments

Comments
 (0)