Skip to content

Commit

Permalink
docs: demo 增加说明
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Oct 16, 2021
1 parent ed5b71e commit ee5bc82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/case/statistical-scenario/demo/compare-funnel.ts
Original file line number Diff line number Diff line change
@@ -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 = ['本期留存', '本期流失', '对比期留存', '对比期流失'];

Expand Down

0 comments on commit ee5bc82

Please sign in to comment.