(name, params)
| 149700 | this.addScaleProj(name, Scale(params)); |
| 149701 | }, |
| 149702 | addProjection (name, params) { |
| 149703 | this.addScaleProj(name, Projection(params)); |
| 149704 | }, |
| 149705 | getScale (name) { |
| 149706 | if (!this.scales[name]) (0, _vegaUtil.error)("Unrecognized scale name: " + (0, _vegaUtil.stringValue)(name)); |
| 149707 | return this.scales[name]; |
nothing calls this directly
no test coverage detected