guanqb
2022-10-12 57d40a94f0892f81dc14fb700e7614a7776a4fca
src/pcviews/homee/SchoolCostCompare/index.vue
@@ -94,14 +94,22 @@
            })
            const option = {
                title: {
                    text: '▎学校用电同比',
                    textStyle: {
                        color: '#fff',
                        fontSize: 16,
                        weight: 400
                    },
                    show: true,
                    text: ['{a|▎}', '{b|学校用电同比}'],
                    left: 16,
                    top: 16
                    top: 16,
                    textStyle: {
                        rich: {
                            a: {
                                color: '#28f2ff',
                                fontSize: 16,
                            },
                            b: {
                                color: '#fff',
                                fontSize: 16,
                            }
                        }
                    }
                },
                grid: {
                    top: '35%',
@@ -131,6 +139,9 @@
                yAxis: {
                    type: 'value',
                    name: 'KW·H',
                    nameTextStyle: {
                        color: "#fff"
                    },
                    axisLabel: {
                        textStyle: {
                            show: true,