|
@@ -211,7 +211,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="charts-cont">
|
|
|
- <bar-chart
|
|
|
+ <car-chart
|
|
|
:chart-data="pedestrianFlowBarData"
|
|
|
:x-axis="pedestrianFlowBarAxis"
|
|
|
:y-axis="pedestrianFlowBarYaxis"
|
|
@@ -221,7 +221,7 @@
|
|
|
height="70px"
|
|
|
/>
|
|
|
</div>
|
|
|
- <bar-chart
|
|
|
+ <car-chart
|
|
|
:chart-data="waterFlowBarData"
|
|
|
:x-axis="waterFlowBarAxis"
|
|
|
:y-axis="waterFlowBarYaxis"
|
|
@@ -230,7 +230,7 @@
|
|
|
width="515px"
|
|
|
height="70px"
|
|
|
/>
|
|
|
- <bar-chart
|
|
|
+ <car-chart
|
|
|
:chart-data="comprehensiveFlowBarData"
|
|
|
:x-axis="comprehensiveFlowBarAxis"
|
|
|
:y-axis="comprehensiveFlowBarYaxis"
|
|
@@ -239,7 +239,7 @@
|
|
|
width="515px"
|
|
|
height="70px"
|
|
|
/>
|
|
|
- <bar-chart
|
|
|
+ <car-chart
|
|
|
:chart-data="perCapitaFlowBarData"
|
|
|
:x-axis="perCapitaFlowBarAxis"
|
|
|
:y-axis="perCapitaFlowBarYaxis"
|
|
@@ -248,7 +248,7 @@
|
|
|
width="515px"
|
|
|
height="70px"
|
|
|
/>
|
|
|
- <bar-chart
|
|
|
+ <car-chart
|
|
|
:chart-data="powerFlowBarData"
|
|
|
:x-axis="powerFlowBarAxis"
|
|
|
:y-axis="powerFlowBarYaxis"
|
|
@@ -257,7 +257,7 @@
|
|
|
width="515px"
|
|
|
height="70px"
|
|
|
/>
|
|
|
- <bar-chart
|
|
|
+ <car-chart
|
|
|
:chart-data="exhaustFlowBarData"
|
|
|
:x-axis="exhaustFlowBarAxis"
|
|
|
:y-axis="exhaustFlowBarYaxis"
|
|
@@ -563,6 +563,7 @@
|
|
|
<script>
|
|
|
import LineChart from "@/components/Echarts/LineChart";
|
|
|
import PieChart from "@/components/Echarts/PieChart";
|
|
|
+import CarChart from "@/components/Echarts/carChart.vue";
|
|
|
import BarChart from "@/components/Echarts/BarChart.vue";
|
|
|
import StackedPieChart3D from '@/components/Echarts/StackedPieChart3D.vue';
|
|
|
import echarts from "echarts";
|
|
@@ -574,6 +575,7 @@ import {
|
|
|
export default {
|
|
|
name: "EnergyRateDialog",
|
|
|
components: {
|
|
|
+ CarChart,
|
|
|
BarChart,
|
|
|
PieChart,
|
|
|
LineChart,
|