Skip to content

Commit 0be88d2

Browse files
committed
more heatmapgl removal
1 parent fa66d7e commit 0be88d2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/fx/hover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ exports.loneHover = function loneHover(hoverItems, opts) {
160160
x1 += dx;
161161
y0 += dy;
162162
y1 += dy;
163-
} // TODO: handle heatmapgl
163+
}
164164

165165
eventData.bbox = {
166166
x0: x0 + gLeft,

src/traces/heatmap/xyz_defaults.js

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ module.exports = function handleXYZDefaults(traceIn, traceOut, coerce, layout, x
3636
traceOut._length = null;
3737
}
3838

39-
if(traceIn.type === 'heatmapgl') return true; // skip calendars until we handle them in those traces
40-
4139
var handleCalendarDefaults = Registry.getComponentMethod('calendars', 'handleTraceDefaults');
4240
handleCalendarDefaults(traceIn, traceOut, [xName, yName], layout);
4341

0 commit comments

Comments
 (0)