-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ease development of server-side viewer panels #451
Ease development of server-side viewer panels #451
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The feature work fine.
As requested, here are some ideas for enhancements:
- Adding the place name to the plot, otherwise there is no obvious/visual connection between the plot in the panel and the place.
- When creating new places, the Viewer automatically jumps to the 'Time Series' panel. This is a bit confusing if the user is in the '2D-Histogramm' panel and wants to create a new place for a new 2D-Histogramm.
- In the other panels, the control features (buttons etc.) are placed at the top of the panel. For consistency, the controls in this panel could also be placed at the top instead of the bottom.
Another panel idea: a simple histogram only for one variable
(tested from a user-perspective)
Thanks! Once we have a new release, let's please add those as a feature request. |
Changes:
ext
that deals solely with the server-side contributionsTo verify
See xcube-dev/xcube#1092