|
@@ -217,35 +217,35 @@ const facilityStatistics = ref({
|
|
|
{
|
|
{
|
|
|
name: '车辆',
|
|
name: '车辆',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
stack: 'total',
|
|
stack: 'total',
|
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '电子站牌',
|
|
name: '电子站牌',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
stack: 'total',
|
|
stack: 'total',
|
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '洗车机',
|
|
name: '洗车机',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
stack: 'total',
|
|
stack: 'total',
|
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '充电桩',
|
|
name: '充电桩',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
stack: 'total',
|
|
stack: 'total',
|
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '车载部件',
|
|
name: '车载部件',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
stack: 'total',
|
|
stack: 'total',
|
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
data: [ 10, 52, 200, 334, 390, 330, 220 ]
|
|
|
}
|
|
}
|
|
@@ -363,7 +363,7 @@ const carVehicle = ref({
|
|
|
{
|
|
{
|
|
|
name: '数量',
|
|
name: '数量',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
itemStyle: {
|
|
itemStyle: {
|
|
|
color: {
|
|
color: {
|
|
|
type: 'linear',
|
|
type: 'linear',
|
|
@@ -488,7 +488,7 @@ const facilityStation = ref({
|
|
|
{
|
|
{
|
|
|
name: '数量',
|
|
name: '数量',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
itemStyle: {
|
|
itemStyle: {
|
|
|
color: {
|
|
color: {
|
|
|
type: 'linear',
|
|
type: 'linear',
|
|
@@ -784,7 +784,7 @@ const vehicleComponents = ref({
|
|
|
{
|
|
{
|
|
|
name: '数量',
|
|
name: '数量',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '40',
|
|
|
|
|
|
|
+ barMaxWidth: '40',
|
|
|
itemStyle: {
|
|
itemStyle: {
|
|
|
color: {
|
|
color: {
|
|
|
type: 'linear',
|
|
type: 'linear',
|