Visualizations registry: allow registry visualizations to be rendered properly when displayed by slugline; Scatterplot: use embedded to cue loading of display (w/o editor)

This commit is contained in:
Carl Eberhard
2014-02-14 13:58:30 -05:00
parent ba17a35a99
commit 3e82f95468
4 changed files with 68 additions and 7 deletions
@@ -7,18 +7,36 @@
margin-bottom: 16px;
overflow: auto;
background-color: #ebd9b2;
padding : 16px 12px 12px 12px;
padding : 8px 12px 8px 12px;
}
.chart-header h2 {
margin-bottom: 4px;
}
.chart-header h2:hover {
text-decoration: underline;
cursor: pointer;
}
.chart-header p {
color: white;
color: #555;
font-size: small;
}
figcaption {
margin-bottom: 8px;
font-size: 120%;
}
figcaption .title {
display: block;
font-weight: bold;
}
figcaption .title-info {
display: block;
font-style: italic;
}
/* -------------------------------------------- main layout */
.scatterplot-editor > * { margin: 0; padding: 0; }
.scatterplot-editor .tab-pane {