From 604fbf58959e2a0bfaa490b8b3fd45783dab8f1f Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Thu, 03 Dec 2020 23:22:29 +0800 Subject: [PATCH] 人次统计3 --- 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