Skip to content

Commit b6eead3

Browse files
author
xuwenyihust
committed
Some updates.
1 parent 8aa4dd6 commit b6eead3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

web/static/css/dashboard.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,13 @@ count.tooltip{
135135

136136
.chart_wrapper {
137137
background: #fff;
138-
border: 1px solid #e2e2e2;
139-
border-radius: 3px;
138+
border: 1px solid #d4d4d4;
139+
border-radius: 5px;
140140
margin-bottom: 10px;
141141
}
142142

143143
.chart_wrapper .chart_title {
144+
background: #f2f2f2;
144145
border-bottom: 1px solid #c9c4c4;
145146
opacity: .8;
146147
padding: 7px 10px 4px;

web/static/js/count.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ d3.json("/data/counts", function(error, data) {
5757
.style("text-anchor", "end")
5858
.attr("dx", "-.8em")
5959
.attr("dy", "-.55em")
60-
.attr("transform", "rotate(-90)" );
60+
.attr("transform", "rotate(-40)" );
6161

6262
count.append("g")
6363
.attr("class", "y axis")

0 commit comments

Comments
 (0)