We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16fe6b commit 0314f37Copy full SHA for 0314f37
src/plots/cartesian/category_mode_defaults.js
@@ -20,7 +20,7 @@ module.exports = function handleCategoryModeDefaults(containerIn, containerOut,
20
if(validCategories.indexOf(containerIn.categorymode) === -1 && properCategoryList) {
21
22
// when unspecified or invalid, use the default, unless categorylist implies 'array'
23
- coerce('categorymode', 'array'); // promote to 'array
+ coerce('categorymode', 'array'); // promote to 'array'
24
25
} else if(containerIn.categorymode === 'array' && !properCategoryList) {
26
0 commit comments