Skip to content

Commit 8215cc5

Browse files
committed
Don't use complex icons until they're moved to plotly-icons
1 parent 03a1ef6 commit 8215cc5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/demo/src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class App extends Component {
8080
dataSources={dataSources}
8181
dataSourceOptions={dataSourceOptions}
8282
plotly={plotly}
83+
advancedTraceTypeSelector
8384
/>
8485
<div className="app__main" style={{width: '100%', height: '100%'}}>
8586
<Plot

src/PlotlyEditor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ PlotlyEditor.defaultProps = {
262262
traceTypesConfig: {
263263
categories: _ => categoryLayout(_),
264264
traces: _ => traceTypes(_),
265-
complex: true,
266265
},
267266
};
268267

0 commit comments

Comments
 (0)