Skip to content

Commit 2406789

Browse files
committed
revise heatmap label class
1 parent 5562418 commit 2406789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/heatmap/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var xmlnsNamespaces = require('../../constants/xmlns_namespaces');
1616
var alignmentConstants = require('../../constants/alignment');
1717
var LINE_SPACING = alignmentConstants.LINE_SPACING;
1818

19-
var labelClass = 'label';
19+
var labelClass = 'heatmap-label';
2020

2121
function selectLabels(plotGroup) {
2222
return plotGroup.selectAll('g.' + labelClass);

0 commit comments

Comments
 (0)