Skip to content

Commit bbb9574

Browse files
committed
update histogram2dcontour for contour.plot API change
1 parent 6c2043e commit bbb9574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/histogram2dcontour/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Histogram2dContour = {};
1414
Histogram2dContour.attributes = require('./attributes');
1515
Histogram2dContour.supplyDefaults = require('./defaults');
1616
Histogram2dContour.calc = require('../contour/calc');
17-
Histogram2dContour.plot = require('../contour/plot');
17+
Histogram2dContour.plot = require('../contour/plot').plot;
1818
Histogram2dContour.style = require('../contour/style');
1919
Histogram2dContour.colorbar = require('../contour/colorbar');
2020
Histogram2dContour.hoverPoints = require('../contour/hover');

0 commit comments

Comments
 (0)