From 09169fe8853b8d7fa3f728d0da9b6bce7472d023 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 09 Dec 2020 10:24:12 +0800 Subject: [PATCH] add lhx configuration --- 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