MCPcopy Create free account
hub / github.com/plotly/plotly.js / noZsmooth

Function noZsmooth

src/traces/heatmap/calc.js:87–90  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

85 }
86
87 function noZsmooth(msg) {
88 zsmooth = trace._input.zsmooth = trace.zsmooth = false;
89 Lib.warn('cannot use zsmooth: "fast": ' + msg);
90 }
91
92 function scaleIsLinear(s) {
93 if(s.length > 1) {

Callers 1

calc.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…