plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
505 stars 104 forks source link

[question] Is it possible to create a panel that does not belong to a group? #935

Open Darruma opened 5 years ago

Darruma commented 5 years ago

Is it possible to create an panel that shows in the bar without making a container for that panel

<Panel name='Car'>
       <Info>Car Wizard</Info>
</Panel>

Screenshot (1)

For example , I would like to have Car Wizard as its own panel rather than nested

nicolaskruchten commented 5 years ago

This isn't possible at the moment, no.