|
@@ -99,6 +99,10 @@ export default {
|
|
let data = response.data;
|
|
let data = response.data;
|
|
this.barChart = this.echarts.init(document.getElementById('barChart'));
|
|
this.barChart = this.echarts.init(document.getElementById('barChart'));
|
|
this.barChart.setOption({
|
|
this.barChart.setOption({
|
|
|
|
+ title: {
|
|
|
|
+ left: 'center',
|
|
|
|
+ text: 'RC审计CODE完成率'
|
|
|
|
+ },
|
|
tooltip: {
|
|
tooltip: {
|
|
trigger: 'axis',
|
|
trigger: 'axis',
|
|
axisPointer: {
|
|
axisPointer: {
|
|
@@ -322,6 +326,7 @@ export default {
|
|
.echartsBox{
|
|
.echartsBox{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
.echartsBox_Barchart,.echartsBox_Piechart{
|
|
.echartsBox_Barchart,.echartsBox_Piechart{
|