(axIn, axOut, axType)
| 2526 | var viaTemplate; |
| 2527 | |
| 2528 | function mockSupplyDefaults(axIn, axOut, axType) { |
| 2529 | if(viaTemplate) { |
| 2530 | axOut._template = axIn; |
| 2531 | axIn = {}; |
| 2532 | } |
| 2533 | |
| 2534 | function coerce(attr, dflt) { |
| 2535 | return Lib.coerce(axIn, axOut, Cartesian.layoutAttributes, attr, dflt); |
| 2536 | } |
| 2537 | |
| 2538 | handleTickValueDefaults(axIn, axOut, coerce, axType); |
| 2539 | } |
| 2540 | |
| 2541 | [ |
| 2542 | '(without template) ', |
no outgoing calls
no test coverage detected
searching dependent graphs…