UNPKG

@antv/f2

Version:

Charts for mobile visualization.

13 lines (12 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; function _default(compare) { return this.eachBefore(function (node) { if (node.children) { node.children.sort(compare); } }); }