(plotGroup)
| 25 | } |
| 26 | |
| 27 | function removeLabels(plotGroup) { |
| 28 | selectLabels(plotGroup).remove(); |
| 29 | } |
| 30 | |
| 31 | module.exports = function (gd, plotinfo, cdheatmaps, heatmapLayer) { |
| 32 | var xa = plotinfo.xaxis; |
no test coverage detected
searching dependent graphs…