(val)
| 381 | // note: this is different from Lib.isIndex, this one doesn't accept numeric |
| 382 | // strings, only actual numbers. |
| 383 | function isIndex(val) { |
| 384 | return val === Math.round(val) && val >= 0; |
| 385 | } |
| 386 | |
| 387 | function getTraceAttributes(type) { |
| 388 | var _module, basePlotModule; |
no outgoing calls
no test coverage detected
searching dependent graphs…