|
|
@@ -661,29 +661,29 @@ let app = new Vue({
|
|
|
},
|
|
|
},
|
|
|
series: [
|
|
|
- {
|
|
|
- name: "2022年额度",
|
|
|
- type: "bar",
|
|
|
- data: [263.23, 402.18, 73.28, 144.80, 25.56, 8.23, 0, 12.97, 8.56, -1.72, 0, 0, 0, 76.90, 5.03, 9.14, 0, 0],
|
|
|
- showBackground: false,
|
|
|
- backgroundStyle: {
|
|
|
- color: "#18416F",
|
|
|
- },
|
|
|
- barWidth: "10%",
|
|
|
- itemStyle: {
|
|
|
- barBorderRadius: [10, 10, 0, 0],
|
|
|
- color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
|
|
|
- {
|
|
|
- offset: 0,
|
|
|
- color: '#082550',
|
|
|
- },
|
|
|
- {
|
|
|
- offset: 1,
|
|
|
- color: '#69c0ff',
|
|
|
- },
|
|
|
- ]),
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: "2022年额度",
|
|
|
+ // type: "bar",
|
|
|
+ // data: [263.23, 402.18, 73.28, 144.80, 25.56, 8.23, 0, 12.97, 8.56, -1.72, 0, 0, 0, 76.90, 5.03, 9.14, 0, 0],
|
|
|
+ // showBackground: false,
|
|
|
+ // backgroundStyle: {
|
|
|
+ // color: "#18416F",
|
|
|
+ // },
|
|
|
+ // barWidth: "10%",
|
|
|
+ // itemStyle: {
|
|
|
+ // barBorderRadius: [10, 10, 0, 0],
|
|
|
+ // color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
|
|
|
+ // {
|
|
|
+ // offset: 0,
|
|
|
+ // color: '#082550',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // offset: 1,
|
|
|
+ // color: '#69c0ff',
|
|
|
+ // },
|
|
|
+ // ]),
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
name: "2023年额度",
|
|
|
type: "bar",
|