增加图表的 css 样式

This commit is contained in:
virusdefender
2015-08-08 22:42:19 +08:00
parent cfd56ab582
commit 2da1e1426f

View File

@@ -12,4 +12,23 @@
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.line-chart{
min-width:100%;
max-height: 300px;
}
.pie-chart{
min-width:100%;
max-height: 300px;
}
.chart-description{
text-align: center;
}
.pie-chart-container{
width: 50%;
float: left;
}