-
-
Notifications
You must be signed in to change notification settings - Fork 720
Open
cBioPortal/cbioportal-frontend
#5095Description
Currently, the chart settings are always stored in session-service. It would be better if a user had to click a button to save the settings.
E.g. when a user is logged in and goes to this study: https://www.cbioportal.org/study/summary?id=msk_impact_2017. Then adds a chart. Next time they visit the page, the chart will be there Instead, we can make it such that a user has to click on "save settings" to store the chart config.
Design
We can do something similar as we have for the OncoPrint:

TODO:
- Design the UI to store chart settings
- Implement and only store chart state when clicking on that button