summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-27 15:25:46 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-27 15:25:46 +1200
commit44fac3b8c3d4ea7db60943f43db63bf8b481e713 (patch)
tree6882cf6bf21bfb63601724fec5ea43db985948c6 /public/css/style.css
parent751f746d817ce8059d87afbb365d3b340cad9d7c (diff)
downloadmanavis-44fac3b8c3d4ea7db60943f43db63bf8b481e713.tar.gz
manavis-44fac3b8c3d4ea7db60943f43db63bf8b481e713.tar.bz2
manavis-44fac3b8c3d4ea7db60943f43db63bf8b481e713.tar.xz
manavis-44fac3b8c3d4ea7db60943f43db63bf8b481e713.zip
Initial brushable trellis chart
Deselecting areas, applying filters, and broadcasting filters are not implemented yet.
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 4d7299e..cb3ee03 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -104,29 +104,38 @@ h3 {
/* Stat chart */
-#stat-chart .border-line {
+/* Border lines */
+#stat-chart .x-axis-dim-label line, #stat-chart .y-axis-dim-label line {
fill: none;
- stroke: #ccc;
opacity: .5;
shape-rendering: crispEdges;
}
+#stat-chart .x-axis-dim-label line {
+ stroke: #666;
+}
+#stat-chart .y-axis-dim-label line {
+ stroke: #bbb;
+}
+
+/* Text labels */
+/* Domain labels */
#stat-chart text {
font: 10px sans-serif;
}
-
#stat-chart .x-axis-dim-label text {
text-anchor: middle;
}
#stat-chart .y-axis-dim-label text {
text-anchor: end;
}
-
+/* Dimension labels, keeping a consistent style as axis labels */
#stat-chart text.dim-label, .axis-label {
font: 12px sans-serif;
font-weight: bold;
}
+/* Axis labels */
.axis-label {
height: 0;
width: 0;