Skip to content

Commit bbe3533

Browse files
committed
remove no longer needed hack for finance in findArrayAttributes
thanks @VeraZab!
1 parent 4ed586a commit bbe3533

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/plot_api/plot_schema.js

-11
Original file line numberDiff line numberDiff line change
@@ -221,17 +221,6 @@ exports.findArrayAttributes = function(trace) {
221221
}
222222
}
223223

224-
// Look into the fullInput module attributes for array attributes
225-
// to make sure that 'custom' array attributes are detected.
226-
//
227-
// At the moment, we need this block to make sure that
228-
// ohlc and candlestick 'open', 'high', 'low', 'close' can be
229-
// used with filter and groupby transforms.
230-
if(trace._fullInput && trace._fullInput._module && trace._fullInput._module.attributes) {
231-
exports.crawl(trace._fullInput._module.attributes, callback);
232-
arrayAttributes = Lib.filterUnique(arrayAttributes);
233-
}
234-
235224
return arrayAttributes;
236225
};
237226

0 commit comments

Comments
 (0)