()
| 208 | } |
| 209 | |
| 210 | xAxisMax () { |
| 211 | const m = max(this._flattenStack(), pluck('x')); |
| 212 | return utils.add(m, this.xAxisPadding(), this.xAxisPaddingUnit()); |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Set or get the title function. Chart class will use this function to render svg title (usually interpreted by |
nothing calls this directly
no test coverage detected