informatics-isi-edu / deriva-webapps

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

Plot App: Global layout #190

Closed KenyShah24 closed 4 months ago

KenyShah24 commented 7 months ago

This feature enables users to display plots and controls in a grid format. Global controls declared universally can manipulate data across all associated plots.

Within each plot, there's an additional grid layout. This layout accommodates user controls specific to that particular plot.

Users have the flexibility to customize grid properties such as columns, margin, container padding, and breakpoints for ResponsiveReactGrid. If not specified, default values will be used. Similarly, users can configure the layout object, responsible for organizing grid items. If not customized, the default layout will stack controls and plots vertically.

For more information : https://github.com/informatics-isi-edu/deriva-webapps/issues/161 (resolve)

jrchudy commented 4 months ago

Closing this Pull request since this branch was merged into stage-for-master which has since been merged into master.