(plotGroup)
| 21 | var labelClass = 'heatmap-label'; |
| 22 | |
| 23 | function selectLabels(plotGroup) { |
| 24 | return plotGroup.selectAll('g.' + labelClass); |
| 25 | } |
| 26 | |
| 27 | function removeLabels(plotGroup) { |
| 28 | selectLabels(plotGroup).remove(); |
no outgoing calls
no test coverage detected
searching dependent graphs…