File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 "plotly.js" : " ^1.32.0" ,
77 "react" : " ^16.2.0" ,
88 "react-dom" : " ^16.2.0" ,
9- "react-plotly.js-editor" : " ^0.9.0 " ,
9+ "react-plotly.js-editor" : " latest " ,
1010 "react-plotly.js" : " ^1.2.0" ,
1111 "react-scripts" : " 1.0.17"
1212 },
Original file line number Diff line number Diff line change 66 "plotly.js" : " ^1.32.0" ,
77 "react" : " ^16.2.0" ,
88 "react-dom" : " ^16.2.0" ,
9- "react-plotly.js-editor" : " ^0.9.0 " ,
9+ "react-plotly.js-editor" : " latest " ,
1010 "react-plotly.js" : " ^1.2.0" ,
1111 "react-scripts" : " 1.0.17"
1212 },
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 77 "prop-types" : " ^15.6.0" ,
88 "react" : " ^16.2.0" ,
99 "react-dom" : " ^16.2.0" ,
10- "react-plotly.js-editor" : " ^0.9.0 " ,
10+ "react-plotly.js-editor" : " latest " ,
1111 "react-plotly.js" : " ^1.2.0" ,
1212 "react-redux" : " ^5.0.6" ,
1313 "react-scripts" : " 1.0.17" ,
Original file line number Diff line number Diff line change 66 "plotly.js" : " ^1.32.0" ,
77 "react" : " ^16.2.0" ,
88 "react-dom" : " ^16.2.0" ,
9- "react-plotly.js-editor" : " ^0.8.0 " ,
9+ "react-plotly.js-editor" : " latest " ,
1010 "react-plotly.js" : " ^1.2.0" ,
1111 "react-scripts" : " 1.0.17"
1212 },
Original file line number Diff line number Diff line change 11{
22 "name" : " react-plotly.js-editor" ,
33 "description" : " plotly.js chart editor react component UI" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "author" : " Plotly, Inc." ,
66 "bugs" : {
77 "url" : " https://github.com/plotly/react-plotly.js-editor/issues"
Original file line number Diff line number Diff line change @@ -262,7 +262,6 @@ PlotlyEditor.defaultProps = {
262262 traceTypesConfig : {
263263 categories : _ => categoryLayout ( _ ) ,
264264 traces : _ => traceTypes ( _ ) ,
265- complex : true ,
266265 } ,
267266} ;
268267
You can’t perform that action at this time.
0 commit comments