Skip to content

Commit 1198e56

Browse files
committed
add noMultiCategory option for polar
1 parent 08aa300 commit 1198e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/polar/layout_defaults.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ function handleAxisTypeDefaults(axIn, axOut, coerce, subplotData, dataAttr, opti
203203

204204
if(trace && trace[dataAttr]) {
205205
axOut.type = autoType(trace[dataAttr], 'gregorian', {
206+
noMultiCategory: true,
206207
autotypenumbers: autotypenumbers
207208
});
208209
}

0 commit comments

Comments
 (0)