Skip to content

Commit 630d00a

Browse files
committed
.vscode debugger OK
1 parent 3ec2f0b commit 630d00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/cartesian/set_convert.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ module.exports = function setConvert(ax, fullLayout) {
389389
var trace = fullData[traceIndices[i]];
390390

391391
if(axLetter in trace) {
392+
// debugger;
392393
var arrayIn = trace[axLetter];
393394
console.log(arrayIn);
394395
// var arrayIn = trace[axLetter].slice(0, 2);

0 commit comments

Comments
 (0)