From ee5bc8225b5032e633d7bdc774b8c23d45efc615 Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Sat, 16 Oct 2021 09:14:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20demo=20=E5=A2=9E=E5=8A=A0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/case/statistical-scenario/demo/compare-funnel.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/case/statistical-scenario/demo/compare-funnel.ts b/examples/case/statistical-scenario/demo/compare-funnel.ts index c81dbb0b73..1bacdbab64 100644 --- a/examples/case/statistical-scenario/demo/compare-funnel.ts +++ b/examples/case/statistical-scenario/demo/compare-funnel.ts @@ -1,8 +1,10 @@ +/** + * @description 使用 G2Plot 自定义扩展的插件,来自定义图表:https://g2plot.antv.vision/zh/docs/manual/plugin + */ + import { G2, P } from '@antv/g2plot'; import { deepMix } from '@antv/util'; -const currDate = ['2020-08-01']; -const compareDate = ['2020-07-06']; const name = ['本期', '对比期']; const tooltipItemsName = ['本期留存', '本期流失', '对比期留存', '对比期流失'];