Skip to content

Commit 6886efb

Browse files
committed
fix typo in heatmapgl attributes
1 parent 60573f6 commit 6886efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/heatmapgl/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'use strict';
1010

1111

12-
var heatmapAttrs = require('../scatter/attributes');
12+
var heatmapAttrs = require('../heatmap/attributes');
1313
var colorscaleAttrs = require('../../components/colorscale/attributes');
1414
var colorbarAttrs = require('../../components/colorbar/attributes');
1515

0 commit comments

Comments
 (0)