()
| 4124 | this.bin = (0, _bin.binnable)(this.prefix, props.globalScope.data.name, props.groupby); |
| 4125 | } |
| 4126 | getGrouping() { |
| 4127 | return this.bin.fields; |
| 4128 | } |
| 4129 | build() { |
| 4130 | const { bin , names , props } = this; |
| 4131 | const { globalScope , minBandWidth , orientation , parentScope , showAxes } = props; |
no outgoing calls
no test coverage detected