From 47b9a088c6e45b580ac614b43db83846423c8730 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sat, 05 Dec 2020 06:54:00 +0800 Subject: [PATCH] 拼团bug --- zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html index f5a1f04..53c9190 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html @@ -121,7 +121,7 @@ </div> <script type="text/javascript" th:src="@{/js/systools/MJsBase.js}"></script> -<script type="text/javascript" th:src="@{/plugin/echarts/echarts.all.js}"></script> +<script type="text/javascript" th:src="@{/plugin/echarts/echarts.min.js}"></script> <script type="text/javascript" th:src="@{/plugin/echarts/macarons.js}"></script> <script type="text/javascript" th:src="@{/plugin/dateformat.js}"></script> <script type="text/javascript" th:src="@{/plugin/StringUtil.js}"></script> @@ -166,7 +166,10 @@ } }, tooltip: { - trigger: 'axis' + trigger: 'axis', + axisPointer: { + type: 'shadow' + } }, xAxis: { type: 'category', -- Gitblit v1.9.1