Skip to content

Commit 52f2f57

Browse files
committed
fix hover for densitymapbox
... post texttemplate fix of #4380
1 parent 59772c1 commit 52f2f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traces/densitymapbox/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
attributes: require('./attributes'),
1313
supplyDefaults: require('./defaults'),
1414
colorbar: require('../heatmap/colorbar'),
15+
formatLabels: require('../scattermapbox/format_labels'),
1516
calc: require('./calc'),
1617
plot: require('./plot'),
1718
hoverPoints: require('./hover'),

0 commit comments

Comments
 (0)