mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
legend for graphs
(duh, apparently I'm the only person who would have known what this graph represents)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
i {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
|
||||
&:hover a {
|
||||
background-color: #3f3f3f;
|
||||
|
||||
@@ -156,6 +156,38 @@
|
||||
|
||||
.graph-container {
|
||||
padding-right: 50px;
|
||||
position: relative;
|
||||
|
||||
.graph-legend {
|
||||
.box-header-font;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 35px;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
div {
|
||||
border: 1px solid;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
vertical-align: -41%;
|
||||
margin-bottom: 5px;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
|
||||
&.page-views {
|
||||
border-color: rgba(220,220,220,1);
|
||||
background-color: rgba(220,220,220,0.2);
|
||||
}
|
||||
&.unique-visitors {
|
||||
border-color: rgba(151,187,205,1);
|
||||
background-color: rgba(151,187,205,0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.version-check {
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
<div class="panel-heading">Forum Traffic</div>
|
||||
<div class="panel-body">
|
||||
<div class="graph-container">
|
||||
<ul class="graph-legend">
|
||||
<li><div class="page-views"></div><span>Page Views</span></li>
|
||||
<li><div class="unique-visitors"></div><span>Unique Visitors</span></li>
|
||||
</ul>
|
||||
<canvas id="analytics-traffic" width="100%" height="400"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user