Skip to content

Commit 777bced

Browse files
authored
Merge pull request #4384 from plotly/fixup-for-texttemplate-fix
Fix hover for densitymapbox
2 parents 59772c1 + 52f2f57 commit 777bced

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)