MCPcopy Create free account
hub / github.com/alignoth/alignoth / renderer

Function renderer

resources/vega.min.js:29705–29712  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

29703 : this.signal("background");
29704 },
29705 renderer(t) {
29706 return arguments.length
29707 ? (T_(t) || s("Unrecognized renderer type: " + t),
29708 t !== this._renderType &&
29709 ((this._renderType = t), this._resetRenderer()),
29710 this)
29711 : this._renderType;
29712 },
29713 tooltip(t) {
29714 return arguments.length
29715 ? (t !== this._tooltip && ((this._tooltip = t), this._resetRenderer()),

Callers

nothing calls this directly

Calls 2

T_Function · 0.85
sFunction · 0.70

Tested by

no test coverage detected