From ded1846f4d2b7d80a3a5bdcd18f0d018493d8fc2 Mon Sep 17 00:00:00 2001 From: jinhee park Date: Fri, 19 Jan 2024 15:42:23 +0900 Subject: [PATCH] =?UTF-8?q?[#1587]=20Chart=20>=20tooltip=20>=20formatter?= =?UTF-8?q?=20>=20html=20>=20=EB=8F=99=EC=A0=81=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=97=AC=EB=B6=80=20=EC=A0=81=EC=9A=A9=20?= =?UTF-8?q?=EB=B6=88=EA=B0=80=ED=95=9C=20=EC=9D=B4=EC=8A=88=20=EB=B0=9C?= =?UTF-8?q?=EC=83=9D=20#####=20-=20formatter=EA=B0=80=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EB=90=9C=20=EA=B2=BD=EC=9A=B0,=20tooltip=20DOM=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20=ED=9B=84=20=EB=8B=A4=EC=8B=9C=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=A1=9C=EC=A7=81=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/lineChart/example/CustomTooltip.vue | 78 ++++++++++++------- src/components/chart/Chart.vue | 5 ++ src/components/chart/chart.core.js | 16 +++- 3 files changed, 70 insertions(+), 29 deletions(-) diff --git a/docs/views/lineChart/example/CustomTooltip.vue b/docs/views/lineChart/example/CustomTooltip.vue index f0b7122ac..23cf76fce 100644 --- a/docs/views/lineChart/example/CustomTooltip.vue +++ b/docs/views/lineChart/example/CustomTooltip.vue @@ -1,12 +1,21 @@