Skip to content

Commit 0314f37

Browse files
committed
plotly#189 comment fix
1 parent d16fe6b commit 0314f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/category_mode_defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function handleCategoryModeDefaults(containerIn, containerOut,
2020
if(validCategories.indexOf(containerIn.categorymode) === -1 && properCategoryList) {
2121

2222
// when unspecified or invalid, use the default, unless categorylist implies 'array'
23-
coerce('categorymode', 'array'); // promote to 'array
23+
coerce('categorymode', 'array'); // promote to 'array'
2424

2525
} else if(containerIn.categorymode === 'array' && !properCategoryList) {
2626

0 commit comments

Comments
 (0)