(attr, dflt)
| 159 | } |
| 160 | |
| 161 | function coerce2(attr, dflt) { |
| 162 | return Lib.coerce2(axLayoutIn, axLayoutOut, layoutAttributes, attr, dflt); |
| 163 | } |
| 164 | |
| 165 | function getCounterAxes(axLetter) { |
| 166 | return (axLetter === 'x') ? yIds : xIds; |
no outgoing calls
no test coverage detected
searching dependent graphs…