informatics-isi-edu / deriva-webapps

Deriva-based web applications
Apache License 2.0
2 stars 1 forks source link

Plot App: layouts parameter added to grid_layout_config for global and local selectors #200

Closed KenyShah24 closed 7 months ago

KenyShah24 commented 7 months ago

Changed plots[0].layout to be plots[0].grid_layout_config.layouts to be consistent with the react-grid-layout language. This will prevent confusion with what plots[0].layout maybe meaning something similar to plotly.layout.

Resolves: #199