From 9e2499e27193a65506b295b1902a4f7af342a68d Mon Sep 17 00:00:00 2001 From: huanghao1412 Date: Wed, 31 Jan 2024 15:44:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=B1=E7=8A=B6=E5=9B=BE=20=E6=8A=98?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=20=E9=A5=BC=E5=9B=BE=E7=AD=89=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E7=BB=84=E4=BB=B6=E5=A2=9E=E5=8A=A0=E6=80=BB=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20=E9=85=8D=E7=BD=AE=E6=89=80=E6=9C=89=E7=B3=BB?= =?UTF-8?q?=E5=88=97=20=E4=BF=AE=E5=A4=8Dtooltip=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/ChartItemSetting/SettingItemBox.vue | 2 +- .../Charts/Bars/BarCommon/config.vue | 77 +++++++++++- .../Charts/Bars/BarCommon/index.vue | 4 +- .../Charts/Bars/BarCrossrange/config.vue | 89 +++++++++++++- .../Charts/Bars/BarCrossrange/index.vue | 4 +- .../Charts/Lines/LineCommon/config.ts | 3 +- .../Charts/Lines/LineCommon/config.vue | 102 +++++++++++++++- .../Charts/Lines/LineCommon/index.vue | 4 +- .../Charts/Lines/LineGradientSingle/config.ts | 60 ++++----- .../Lines/LineGradientSingle/config.vue | 102 +++++++++++++++- .../Charts/Lines/LineGradientSingle/index.vue | 4 +- .../Charts/Lines/LineLinearSingle/config.ts | 63 +++++----- .../Charts/Lines/LineLinearSingle/config.vue | 115 +++++++++++++++++- .../Charts/Lines/LineLinearSingle/index.vue | 4 +- .../Charts/Mores/WaterPolo/index.vue | 2 +- .../Charts/Pies/PieCircle/index.vue | 3 + .../Charts/Pies/PieCommon/index.vue | 5 +- .../Charts/Pies/PieCommon1/index.vue | 5 +- .../Charts/Pies/PieCommon2/index.vue | 5 +- .../RealTimeTraffic/index.vue | 7 +- .../CustomComponents/components/BorderBox.vue | 2 +- src/utils/echarts.ts | 11 ++ src/utils/index.ts | 1 + 23 files changed, 590 insertions(+), 84 deletions(-) create mode 100644 src/utils/echarts.ts diff --git a/src/components/Pages/ChartItemSetting/SettingItemBox.vue b/src/components/Pages/ChartItemSetting/SettingItemBox.vue index adb17037..2cfd4117 100644 --- a/src/components/Pages/ChartItemSetting/SettingItemBox.vue +++ b/src/components/Pages/ChartItemSetting/SettingItemBox.vue @@ -38,7 +38,7 @@ defineProps({