(module, calcData, xaxis, yaxis)
| 822 | } |
| 823 | |
| 824 | function createSearchInfo(module, calcData, xaxis, yaxis) { |
| 825 | return { |
| 826 | _module: module, |
| 827 | cd: calcData, |
| 828 | xaxis: xaxis, |
| 829 | yaxis: yaxis |
| 830 | }; |
| 831 | } |
| 832 | |
| 833 | function isHoverDataSet(hoverData) { |
| 834 | return hoverData && |
no outgoing calls
no test coverage detected
searching dependent graphs…