MCPcopy Index your code
hub / github.com/plotly/plotly.js / isTotal

Function isTotal

src/traces/waterfall/calc.js:13–15  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

11}
12
13function isTotal(a) {
14 return (a === 't' || a === 'total');
15}
16
17module.exports = function calc(gd, trace) {
18 var xa = Axes.getFromId(gd, trace.xaxis || 'x');

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…