feat:对接景区接口

This commit is contained in:
zjc
2025-01-17 19:15:14 +08:00
parent fd8ede8a32
commit 8eb966fa14
29 changed files with 510 additions and 315 deletions

View File

@@ -1,3 +1,4 @@
<!-- 交通负载 -->
<template>
<div class="traffic-flow" :id="id" />
</template>
@@ -43,7 +44,7 @@
left: '4%',
right: '4%',
top: '10%',
bottom: '10%',
bottom: '4%',
containLabel: true
},
xAxis: {
@@ -82,6 +83,14 @@
type: 'bar',
showBackground: true,
barWidth: fitChartSize(16),
label: {
show: true,
position: 'top',
textStyle: {
color: '#fff',
fontSize: fitChartSize(10)
}
},
itemStyle: {
color: {
type: 'linear',