|
|
@@ -30,7 +30,8 @@ export default {
|
|
|
fontSize: 18
|
|
|
},
|
|
|
itemWidth: 29,
|
|
|
- itemHeight: 19
|
|
|
+ itemHeight: 19,
|
|
|
+ icon:"rect"
|
|
|
},
|
|
|
grid: {
|
|
|
left: '3%',
|
|
|
@@ -137,7 +138,7 @@ export default {
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
barBorderRadius: 6,
|
|
|
- color: "rgba(156,107,211,0.8)"
|
|
|
+ color: "rgba(209, 52, 56,0.8)"
|
|
|
/* color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
{ offset: 0, color: "rgba(156,107,211,0.8)" },
|
|
|
{ offset: 0.2, color: "rgba(156,107,211,0.5)" },
|