We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a1ef6 commit 8215cc5Copy full SHA for 8215cc5
examples/demo/src/App.js
@@ -80,6 +80,7 @@ class App extends Component {
80
dataSources={dataSources}
81
dataSourceOptions={dataSourceOptions}
82
plotly={plotly}
83
+ advancedTraceTypeSelector
84
/>
85
<div className="app__main" style={{width: '100%', height: '100%'}}>
86
<Plot
src/PlotlyEditor.js
@@ -262,7 +262,6 @@ PlotlyEditor.defaultProps = {
262
traceTypesConfig: {
263
categories: _ => categoryLayout(_),
264
traces: _ => traceTypes(_),
265
- complex: true,
266
},
267
};
268
0 commit comments