增加图表的 css 样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user