feat:对接景区接口
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user