mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-22 22:30:57 +08:00
Visualizations framework: allow for saving and loading registry visualizations, allow better merging of kwargs, config, saved config, add config utilities to common/templates; Scatterplot: allow saving as visualization, more mvc-based, increase max zoom, refactor and cleanup; Charts, Scatterplot: remove visualization data_source
This commit is contained in:
@@ -39,6 +39,22 @@
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.scatterplot-editor .file-controls {
|
||||
float: right;
|
||||
/*margin-right: 16px;*/
|
||||
}
|
||||
|
||||
.file-controls .btn {
|
||||
height: 24px;
|
||||
padding: 0px 10px 0px 10px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.file-controls .copy-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================ config controls */
|
||||
.scatterplot-config-control {
|
||||
max-width: 768px;
|
||||
@@ -84,8 +100,6 @@
|
||||
/* ============================================ plot display */
|
||||
/* -------------------------------------------- load indicators */
|
||||
.scatterplot-display .loading-indicator {
|
||||
position: absolute;
|
||||
margin: 10px 0px 0px 10px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user