Skip to content

Commit c01cbd4

Browse files
committed
Removed accidental commit
1 parent 2a49057 commit c01cbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/heatmap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ dc.heatMap = function (parent, chartGroup) {
181181
.on('click', _chart.boxOnClick());
182182

183183
if (_chart.renderTitle()) {
184-
gEnter.append('title');
185-
boxes.selectAll(".box-group title").text(_chart.title());
184+
gEnter.append('title')
185+
.text(_chart.title());
186186
}
187187

188188
dc.transition(boxes.selectAll('rect'), _chart.transitionDuration())

0 commit comments

Comments
 (0)