(key, calcKey, traceKey)
| 2177 | }; |
| 2178 | |
| 2179 | function fill(key, calcKey, traceKey) { |
| 2180 | var val = getVal(calcKey, traceKey); |
| 2181 | if (pass(val)) d[key] = val; |
| 2182 | } |
| 2183 | |
| 2184 | fill('hoverinfo', 'hi', 'hoverinfo'); |
| 2185 | fill('bgcolor', 'hbg', 'hoverlabel.bgcolor'); |
no test coverage detected
searching dependent graphs…