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

Function isAbsolute

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

Source from the content-addressed store, hash-verified

7var BADNUM = require('../../constants/numerical').BADNUM;
8
9function isAbsolute(a) {
10 return (a === 'a' || a === 'absolute');
11}
12
13function isTotal(a) {
14 return (a === 't' || a === 'total');

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…