()
| 203 | } |
| 204 | |
| 205 | xAxisMin () { |
| 206 | const m = min(this._flattenStack(), pluck('x')); |
| 207 | return utils.subtract(m, this.xAxisPadding(), this.xAxisPaddingUnit()); |
| 208 | } |
| 209 | |
| 210 | xAxisMax () { |
| 211 | const m = max(this._flattenStack(), pluck('x')); |
no test coverage detected