Skip to content

Commit

Permalink
fix: fix incorrect tutorial of conversion funnel
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Dec 16, 2024
1 parent 3d6e915 commit 5b4ade4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The conversion rate funnel chart requires manual registration, and the registrat

```js
import VChart from '@visactor/vchart';
import { registerSeriesBreak, appendSeriesBreakConfig } from '@visactor/vchart-extension';
import { registerConversionFunnelChart } from '@visactor/vchart-extension';

const spec = {
type: 'conversionFunnel'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

```js
import VChart from '@visactor/vchart';
import { registerSeriesBreak, appendSeriesBreakConfig } from '@visactor/vchart-extension';
import { registerConversionFunnelChart } from '@visactor/vchart-extension';

const spec = {
type: 'conversionFunnel'
Expand Down

0 comments on commit 5b4ade4

Please sign in to comment.