Skip to content

Commit

Permalink
plotly#189 comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monfera committed Apr 12, 2016
1 parent d16fe6b commit 0314f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plots/cartesian/category_mode_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function handleCategoryModeDefaults(containerIn, containerOut,
if(validCategories.indexOf(containerIn.categorymode) === -1 && properCategoryList) {

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

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

Expand Down

0 comments on commit 0314f37

Please sign in to comment.