Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a30ef2 commit f2c4799Copy full SHA for f2c4799
src/plots/cartesian/axis_defaults.js
@@ -205,7 +205,7 @@ function getBoxPosLetter(trace) {
205
function isBoxWithoutPositionCoords(trace, axLetter) {
206
var posLetter = getBoxPosLetter(trace),
207
isBox = Registry.traceIs(trace, 'box'),
208
- isCandlestick = isBox && Registry.traceIs(trace._fullInput || {}, 'candlestick');
+ isCandlestick = Registry.traceIs(trace._fullInput || {}, 'candlestick');
209
210
return (
211
isBox &&
0 commit comments