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:
Carl Eberhard
2014-02-07 11:24:32 -05:00
parent 2ced0e26b4
commit 3c1983a3d4
13 changed files with 583 additions and 418 deletions
@@ -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;
}