Skip to content

Commit b043ec3

Browse files
committed
update layout module definition with Bar and Box
1 parent db469d8 commit b043ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ plots.supplyLayoutGlobalDefaults = function(layoutIn, layoutOut) {
653653
plots.supplyLayoutModuleDefaults = function(layoutIn, layoutOut, fullData) {
654654
var moduleLayoutDefaults = [
655655
'Axes', 'Annotations', 'Shapes', 'Fx',
656-
'Bars', 'Boxes', 'Gl3dLayout', 'GeoLayout', 'Pie', 'Legend'
656+
'Bar', 'Box', 'Gl3dLayout', 'GeoLayout', 'Pie', 'Legend'
657657
];
658658

659659
var i, module;

0 commit comments

Comments
 (0)