()
| 12010 | ); |
| 12011 | } |
| 12012 | assembleGroup() { |
| 12013 | let e = |
| 12014 | arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : []; |
| 12015 | const t = {}; |
| 12016 | ((e = e.concat(this.assembleSignals())), e.length > 0 && (t.signals = e)); |
| 12017 | const n = this.assembleLayout(); |
| 12018 | (n && (t.layout = n), |
| 12019 | (t.marks = [].concat( |
| 12020 | this.assembleHeaderMarks(), |
| 12021 | this.assembleMarks(), |
| 12022 | ))); |
| 12023 | const i = !this.parent || Um(this.parent) ? bm(this) : []; |
| 12024 | i.length > 0 && (t.scales = i); |
| 12025 | const r = this.assembleAxes(); |
| 12026 | r.length > 0 && (t.axes = r); |
| 12027 | const o = this.assembleLegends(); |
| 12028 | return (o.length > 0 && (t.legends = o), t); |
| 12029 | } |
| 12030 | getName(e) { |
| 12031 | return C((this.name ? `${this.name}_` : "") + e); |
| 12032 | } |
no test coverage detected