增加图表的 css 样式
This commit is contained in:
@@ -13,3 +13,22 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; left: 0; bottom: 0; right: 0;
|
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user